Skip to content

Commit

Permalink
Replacing 'trap-location-generator' with 'board-generator'
Browse files Browse the repository at this point in the history
  - using 'plugin-transform-modules-commonjs' as inject-loader currently doesn't work well with Babel 7 (plasticine/inject-loader#62)
  • Loading branch information
Ant-f committed Oct 25, 2018
1 parent 479e824 commit 5fbf96c
Show file tree
Hide file tree
Showing 8 changed files with 403 additions and 78 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["@babel/preset-react"]
"presets": ["@babel/preset-react"],
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
292 changes: 292 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"chai": "^4.2.0",
"eslint": "^5.7.0",
"eslint-plugin-react": "^7.11.1",
"inject-loader": "^4.0.1",
"karma": "^3.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
Expand Down
Loading

0 comments on commit 5fbf96c

Please sign in to comment.