Skip to content

Commit e438405

Browse files
author
Matt Mapplebeck
committed
remove publicPath
1 parent 1ea62ea commit e438405

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
entry: './src/index.js',
1212
output: {
1313
path: path.resolve(__dirname, 'dist'),
14-
publicPath: '/dist/',
1514
filename: 'bundle.js'
1615
},
1716
devtool: 'source-map',

0 commit comments

Comments
 (0)