We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8993f22 commit 71ddba0Copy full SHA for 71ddba0
scripts/zip.sh
@@ -11,7 +11,7 @@ mkdir Wikipedia
11
12
TARGET_STORE=$TARGET node scripts/manifest.js > Wikipedia/manifest.webapp
13
TARGET_STORE=$TARGET INSTRUMENTATION=1 MANIFEST_FILE=./Wikipedia/manifest.webapp npm run build
14
-cp -r dist Wikipedia/
+cp dist/main.js Wikipedia/
15
cp -r images Wikipedia/
16
cp index.html Wikipedia/
17
webpack.config.js
@@ -5,6 +5,7 @@ const StylelintPlugin = require('stylelint-webpack-plugin')
5
const TerserPlugin = require('terser-webpack-plugin')
6
7
module.exports = {
8
+ devtool: 'source-map',
9
entry: './src/index.js',
10
output: {
filename: 'main.js',
0 commit comments