Skip to content

Commit

Permalink
delete unused code from vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Jan 26, 2023
1 parent cb568ad commit 78ad10b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/editor-ui/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ module.exports = {
config.resolve.symlinks(false);
// config.plugins.delete("prefetch"); // enable when language package grows
},
// transpileDependencies: [
// // 'node_modules/quill'
// /\/node_modules\/quill\//
// ]
pluginOptions: {
webpackBundleAnalyzer: {
openAnalyzer: false,
Expand Down Expand Up @@ -50,5 +46,4 @@ module.exports = {
},
},
},
publicPath: process.env.VUE_APP_PUBLIC_PATH ?? '/',
};

0 comments on commit 78ad10b

Please sign in to comment.