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.
path
1 parent 08bfc98 commit b954fa0Copy full SHA for b954fa0
inst/templates/webpack.config.js.txt
@@ -4,7 +4,6 @@ module.exports = {
4
mode: 'development',
5
entry: path.join(__dirname, 'srcjs', '${name}.jsx'),
6
output: {
7
- path: path.join(__dirname, 'inst', 'www', '${package}', '${name}'),
8
path: path.join(__dirname, '${outputPath}'),
9
filename: '${name}.js'
10
},
0 commit comments