Skip to content

Commit ec1ee1b

Browse files
committed
Use development mode in webpack in scaffolded projects
1 parent 1034c77 commit ec1ee1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/templates/widget_webpack.config.js.txt

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

33
module.exports = {
4+
mode: 'development',
45
entry: path.join(__dirname, 'srcjs', '${name}.js'),
56
output: {
67
path: path.join(__dirname, 'inst', 'htmlwidgets'),

0 commit comments

Comments
 (0)