Skip to content

Commit c974e4f

Browse files
committed
Disable source map in dev build...
1 parent 78db15e commit c974e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
library: 'aspnetValidation',
1717
libraryTarget: 'umd'
1818
},
19-
// devtool: 'inline-source-map',
19+
devtool: false,
2020
resolve: {
2121
extensions: ['.ts', '.tsx', '.js']
2222
},

0 commit comments

Comments
 (0)