Skip to content

Commit d7fdbe6

Browse files
authored
Merge pull request #238 from heroku/no-webpack
Remove Webpack, Upgrade React, etc
2 parents 88f9f16 + c9e567b commit d7fdbe6

File tree

7 files changed

+225
-1834
lines changed

7 files changed

+225
-1834
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"presets": [
3-
"@babel/env",
3+
"@babel/preset-env",
44
"@babel/preset-react"
55
],
66
"plugins": [

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
lib
22
node_modules
3-
webpack.config.js

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"curly": 2,
1111
"no-prototype-builtins": 0,
1212
"react/jsx-uses-react": 1,
13-
"react/jsx-no-undef": 2,
13+
"react/jsx-no-undef": 2
1414
},
1515
"plugins": [
1616
"react"

0 commit comments

Comments
 (0)