Skip to content

Commit

Permalink
no node_modules/web_modules exclude
Browse files Browse the repository at this point in the history
and babel@7 so it's safe to do so.

also remove web_modules
  • Loading branch information
graingert committed Jan 16, 2018
1 parent 8c1ed7a commit 377b146
Show file tree
Hide file tree
Showing 8 changed files with 1,222 additions and 10,435 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
2 changes: 0 additions & 2 deletions client-src/live/web_modules/jquery/index.js

This file was deleted.

Loading

0 comments on commit 377b146

Please sign in to comment.