We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cec381 commit 4a74e17Copy full SHA for 4a74e17
1 file changed
webpack.config.js
@@ -45,8 +45,9 @@ const config = {
45
],
46
},
47
output: {
48
- path: path.resolve(__dirname, 'build'),
+ path: path.resolve(__dirname, './build'),
49
filename: '[name].[chunkhash].js',
50
+ publicPath: '/', // Default base path
51
52
plugins: [
53
new HtmlWebpackPlugin({
0 commit comments