update building again ...
This commit is contained in:
parent
baae82b958
commit
e5cd8f0a79
2 changed files with 1 additions and 2 deletions
|
@ -87,6 +87,6 @@
|
|||
|
||||
|
||||
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
|
||||
<script src="./bootstrap.js"></script>
|
||||
<script src="bootstrap.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -18,7 +18,6 @@ module.exports = {
|
|||
},
|
||||
output: {
|
||||
path: path.join(__dirname, 'dist'),
|
||||
publicPath: '/',
|
||||
filename: 'bootstrap.js'
|
||||
},
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in a new issue