File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "happypack" : " ^5.0.1" ,
2424 "html-webpack-plugin" : " ^3.2.0" ,
2525 "http-browserify" : " ^1.7.0" ,
26+ "ignore-loader" : " ^0.1.2" ,
2627 "mini-css-extract-plugin" : " ^0.5.0" ,
2728 "node-sass" : " ^4.11.0" ,
2829 "npm-run-all" : " ^4.1.5" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,12 @@ module.exports = (options = {}) => ({
1717 test : / \. ( j s ) / ,
1818 exclude : / t e s t / ,
1919 } , {
20- test : / \. ( t x t | d \. t s | t e s t .t s | p e r f .d a t a .j s | j x s ) / ,
20+ test : / \. ( t x t | d \. t s | t e s t .t s | p e r f .d a t a .j s | j x s | m d | s c p t | e x e | s h | l e s s ) $ / ,
21+ use : [ {
22+ loader : "ignore-loader" ,
23+ } ] ,
24+ } , {
25+ test : / e l e c t r o n - b r o w s e r .+ \. h t m l $ / ,
2126 use : [ {
2227 loader : "ignore-loader" ,
2328 } ] ,
@@ -50,7 +55,7 @@ module.exports = (options = {}) => ({
5055 test : / \. w a s m $ / ,
5156 type : "javascript/auto" ,
5257 } ] ,
53- noParse : / \. t e s t \. ( j | t ) s x ? / ,
58+ noParse : / \/ t e s t \/ | \ .t e s t \. j s x ? | \. t e s t \. t s x ? | t s c o n f i g . + \. j s o n $ / ,
5459 } ,
5560 resolve : {
5661 alias : {
Original file line number Diff line number Diff line change @@ -2333,6 +2333,11 @@ iferr@^0.1.5:
23332333 resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501"
23342334 integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE=
23352335
2336+ ignore-loader@^0.1.2 :
2337+ version "0.1.2"
2338+ resolved "https://registry.yarnpkg.com/ignore-loader/-/ignore-loader-0.1.2.tgz#d81f240376d0ba4f0d778972c3ad25874117a463"
2339+ integrity sha1-2B8kA3bQuk8Nd4lyw60lh0EXpGM=
2340+
23362341ignore-walk@^3.0.1 :
23372342 version "3.0.1"
23382343 resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8"
You can’t perform that action at this time.
0 commit comments