Enable source maps for the demo

This commit is contained in:
Remco Haszing 2021-10-02 16:20:32 +02:00
parent 0f2e5536bf
commit 8d75a459ee
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C

View file

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