Skip to content

Commit

Permalink
no node_modules exclude
Browse files Browse the repository at this point in the history
and babel@7 so it's safe to do so.
  • Loading branch information
graingert committed Jan 16, 2018
1 parent 8c1ed7a commit 37acfbd
Show file tree
Hide file tree
Showing 6 changed files with 1,222 additions and 1,132 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["env"]
"presets": ["@babel/env"]
}
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

1 change: 0 additions & 1 deletion client-src/default/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
rules: [
{
test: /\.js$/,
exclude: /node_modules|web_modules/,
use: [
{
loader: 'babel-loader'
Expand Down
1 change: 0 additions & 1 deletion client-src/live/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
rules: [
{
test: /\.js$/,
exclude: /node_modules|web_modules/,
use: [
{
loader: 'babel-loader'
Expand Down
Loading

0 comments on commit 37acfbd

Please sign in to comment.