We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38c066 commit f88b236Copy full SHA for f88b236
config/webpack/webpack-base.js
@@ -23,7 +23,7 @@ module.exports = {
23
},
24
globalObject: 'this',
25
path: outputPath,
26
- publicPath: '',
+ publicPath: '/',
27
28
devtool: 'source-map',
29
externals: {
src/version.js
@@ -1 +1 @@
1
-export default '4.0.0-rc3';
+export default '0.0.0-semantically-released';
0 commit comments