Skip to content

Commit c495bb5

Browse files
remove development mode from webpack.config template
1 parent d3932cf commit c495bb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inst/templates/webpack.config.js.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
var path = require('path');
22

33
module.exports = {
4-
mode: 'development',
54
entry: path.join(__dirname, 'srcjs', '${name}.jsx'),
65
output: {
76
path: path.join(__dirname, '${outputPath}'),

0 commit comments

Comments
 (0)