This repository was archived by the owner on Oct 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "watch-ignore" : [" ./test/_test-output" , " node_modules" ]
2+ "watch-ignore" : [" ./test/_test-output" , " node_modules" ],
3+ "exit" : true
34}
Original file line number Diff line number Diff line change 1- 8. 12.0
1+ 12.8.1
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Object of webpack options. Just `require` in the options from your `webpack.conf
7272 module: {
7373 rules: [
7474 {
75- test: / \. js ? $ / ,
75+ test: / \. jsx ? $ / ,
7676 exclude: [/ node_modules/ ],
7777 use: [{
7878 loader: ' babel-loader' ,
Original file line number Diff line number Diff line change 5656 "webpack" : " ^4.18.1"
5757 },
5858 "peerDependencies" : {
59+ "@babel/core" : " ^7.0.1" ,
60+ "@babel/preset-env" : " ^7.0.0" ,
61+ "babel-loader" : " ^8.0.2" ,
5962 "webpack" : " ^4.18.1"
6063 },
6164 "files" : [
7578 " cypress-preprocessor" ,
7679 " webpack"
7780 ],
78- "optionalDependencies" : {
79- "@babel/core" : " ^7.0.1" ,
80- "@babel/preset-env" : " ^7.0.0" ,
81- "babel-loader" : " ^8.0.2"
82- },
8381 "release" : {
8482 "verifyConditions" : " condition-circle" ,
8583 "analyzeCommits" : " simple-commit-message" ,
You can’t perform that action at this time.
0 commit comments