Skip to content

Commit 201bff8

Browse files
committedDec 26, 2018
add sourcemap
1 parent 851aff0 commit 201bff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
library: 'animateCSSGrid',
44
libraryTarget: 'umd',
55
},
6+
devtool: 'source-map',
67
module: {
78
rules: [
89
{

0 commit comments

Comments
 (0)
Please sign in to comment.