Skip to content

Commit 048495a

Browse files
authored
Update .npmignore
I have babel running through some dependencies and ui-scroll causing ``` Module build failed: Error: Couldn't find preset "env" relative to directory "..." ``` Removing the .babelrc from node_modules/angular-ui-scroll fixed my issue.
1 parent da377dd commit 048495a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
/src
33
/temp
44
/test
5+
.babelrc
56
.gitignore
67
.jshintrc
78
.npmignore
89
.travis.yml
910
bower.json
1011
Gruntfile.js
11-
webpack.config.js
12+
webpack.config.js

0 commit comments

Comments
 (0)