Skip to content

Commit

Permalink
mode not fixed (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Aug 31, 2021
1 parent 2ea7466 commit 41bea14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/vanilla/webpack.config.js
Expand Up @@ -3,7 +3,6 @@ const path = require('path');

module.exports = {
devtool: 'inline-source-map',
mode: 'development',
entry: './src/index.ts',
output: {
filename: 'main.js',
Expand Down

0 comments on commit 41bea14

Please sign in to comment.