Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
We actually *do* need to transform node_modules now, as it appears to…
Browse files Browse the repository at this point in the history
… include some ES6 syntax
  • Loading branch information
Daniel15 committed Dec 19, 2016
1 parent db026fa commit 64996d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function webpackBuild(filename, libraryName, version) {
module: {
loaders: [
{
exclude: /node_modules/,
//exclude: /node_modules/,
test: /\.js$/,
loader: 'babel',
query: {
Expand Down

0 comments on commit 64996d2

Please sign in to comment.