Skip to content

Commit

Permalink
chore: devtool order
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Jun 8, 2021
1 parent 9e3970c commit 359c829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/serve/lib/webpack.build.js
Expand Up @@ -23,7 +23,7 @@ const cfg = ({ srcDir, distDir, dev = false, serveConfig = {} }) => {
eDev: [path.resolve(srcDir, 'eDev')],
eHub: [path.resolve(srcDir, 'eHub')],
},
devtool: dev ? 'cheap-module-eval-source-map' : false,
devtool: dev ? 'eval-cheap-module-source-map' : false,
output: {
path: distDir,
filename: '[name].js',
Expand Down

0 comments on commit 359c829

Please sign in to comment.