We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63afe3 commit c152479Copy full SHA for c152479
webpack.config.js
@@ -16,7 +16,7 @@ if (env === 'build') {
16
} else {
17
mode = 'development';
18
outputFile = libraryName + '.js';
19
- sourcemap = 'inline-source-map'
+ sourcemap = 'inline-source-map';
20
}
21
22
const config = {
0 commit comments