We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e6368 commit 25e804dCopy full SHA for 25e804d
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"description": "A decorator for script lazy loading on react component",
5
"main": "lib/index.js",
6
"scripts": {
7
- "build": "babel module --out-dir lib",
+ "build": "babel src --out-dir lib",
8
"prepublish": "npm run build",
9
"test": "karma start"
10
},
0 commit comments