Commit cd433fba by Ari Rizzitano

config changes

parent 61acb25d
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
node_modules node_modules
npm-debug.log npm-debug.log
.travis.yml .travis.yml
config
...@@ -23,7 +23,7 @@ const commonConfig = { ...@@ -23,7 +23,7 @@ const commonConfig = {
rules: [ rules: [
{ {
test: /\.(js|jsx)$/, test: /\.(js|jsx)$/,
exclude: /(node_modules|bower_components)/, exclude: /(node_modules)/,
use: [ use: [
{ {
loader: 'babel-loader', loader: 'babel-loader',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment