We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
development
1 parent d3932cf commit c495bb5Copy full SHA for c495bb5
inst/templates/webpack.config.js.txt
@@ -1,7 +1,6 @@
1
var path = require('path');
2
3
module.exports = {
4
- mode: 'development',
5
entry: path.join(__dirname, 'srcjs', '${name}.jsx'),
6
output: {
7
path: path.join(__dirname, '${outputPath}'),
0 commit comments