|
@@ -14,9 +14,10 @@ export default defineConfig({
|
|
vueJsx(),
|
|
vueJsx(),
|
|
// fileList(),
|
|
// fileList(),
|
|
monacoEditorPlugin({
|
|
monacoEditorPlugin({
|
|
- customDistPath: () => {
|
|
|
|
- return 'v/monacoeditorwork';
|
|
|
|
- },
|
|
|
|
|
|
+ // customDistPath: () => {
|
|
|
|
+ // return 'v/monacoeditorwork';
|
|
|
|
+ // },
|
|
|
|
+ publicPath: 'https://assets.le5lecdn.com/v/monacoeditorwork',
|
|
}),
|
|
}),
|
|
],
|
|
],
|
|
resolve: {
|
|
resolve: {
|