Skip to content

Commit b954fa0

Browse files
remove duplicate path key from template webpack #44
1 parent 08bfc98 commit b954fa0

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
@@ -4,7 +4,6 @@ module.exports = {
44
mode: 'development',
55
entry: path.join(__dirname, 'srcjs', '${name}.jsx'),
66
output: {
7-
path: path.join(__dirname, 'inst', 'www', '${package}', '${name}'),
87
path: path.join(__dirname, '${outputPath}'),
98
filename: '${name}.js'
109
},

0 commit comments

Comments
 (0)