update building again ...

This commit is contained in:
ajuvercr 2019-09-22 12:16:04 +02:00
parent baae82b958
commit e5cd8f0a79
2 changed files with 1 additions and 2 deletions

View file

@ -87,6 +87,6 @@
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> <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> </body>
</html> </html>

View file

@ -18,7 +18,6 @@ module.exports = {
}, },
output: { output: {
path: path.join(__dirname, 'dist'), path: path.join(__dirname, 'dist'),
publicPath: '/',
filename: 'bootstrap.js' filename: 'bootstrap.js'
}, },
plugins: [ plugins: [