Commit cd433fba by Ari Rizzitano

config changes

parent 61acb25d
......@@ -4,3 +4,4 @@
node_modules
npm-debug.log
.travis.yml
config
......@@ -23,7 +23,7 @@ const commonConfig = {
rules: [
{
test: /\.(js|jsx)$/,
exclude: /(node_modules|bower_components)/,
exclude: /(node_modules)/,
use: [
{
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