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