Browse Source

whitespace

pull/1/head
Jonathan Cobb 5 years ago
parent
commit
12a4f263b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js View File

@@ -26,7 +26,7 @@ module.exports = {
template: './src/index.html'
}),
new CopyWebpackPlugin([
{ from:'src/public', to:'' }
{ from: 'src/public', to: '' }
])
],
devServer: {


Loading…
Cancel
Save