Merge pull request #123 from remcohaszing/demo-source-map

Enable source maps for the demo
This commit is contained in:
Remco Haszing 2021-10-06 09:09:27 +02:00 committed by GitHub
commit 4e30f4cf16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ module.exports = {
output: {
filename: '[contenthash].js',
},
devtool: 'source-map',
resolve: {
extensions: ['.mjs', '.js', '.ts'],
fallback: {