Skip to content

Commit

Permalink
Merge 95ea20f into b7c9326
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Oct 23, 2019
2 parents b7c9326 + 95ea20f commit ec5cceb
Show file tree
Hide file tree
Showing 3 changed files with 770 additions and 600 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,69 +2,69 @@
"name": "projext-plugin-webpack",
"description": "Allows projext to use webpack as a build engine.",
"homepage": "https://homer0.github.io/projext-plugin-webpack/",
"version": "9.2.0",
"version": "9.2.1",
"repository": "homer0/projext-plugin-webpack",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"dependencies": {
"projext": "^7.1.0",
"projext": "^7.2.0",
"wootils": "^2.6.5",
"jimple": "^1.5.0",
"fs-extra": "^8.1.0",
"extend": "^3.0.2",

"core-js": "^3.2.1",
"core-js": "^3.3.3",
"regenerator-runtime": "0.13.3",

"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0",
"mini-css-extract-plugin": "0.8.0",
"html-webpack-plugin": "^3.2.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"compression-webpack-plugin": "^3.0.0",
"terser-webpack-plugin": "^1.4.1",
"terser-webpack-plugin": "^2.2.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"copy-webpack-plugin": "^5.0.4",
"extra-watch-webpack-plugin": "^1.0.3",

"@babel/core": "7.5.5",
"@babel/core": "7.6.4",
"node-sass": "^4.12.0",

"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"sass-loader": "^7.3.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"raw-loader": "^3.1.0",
"file-loader": "^4.2.0",
"url-loader": "^2.1.0",
"url-loader": "^2.2.0",
"resolve-url-loader": "^3.1.0",
"source-map-loader": "0.2.4",

"webpack-dev-middleware": "^3.7.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",

"webpack-bundle-analyzer": "^3.4.1",
"webpack-bundle-analyzer": "^3.6.0",

"terser": "^4.2.1",
"terser": "^4.3.9",

"opener": "^1.5.1"
},
"devDependencies": {
"eslint": "^6.2.2",
"eslint-plugin-homer0": "^2.0.0",
"@babel/preset-env": "7.5.5",
"@babel/plugin-transform-runtime": "7.5.5",
"eslint": "^6.5.1",
"eslint-plugin-homer0": "^2.0.1",
"@babel/preset-env": "7.6.3",
"@babel/plugin-transform-runtime": "7.6.2",
"jest-ex": "^6.1.1",
"jest-cli": "^24.9.0",
"jasmine-expect": "^4.0.3",
"jimpex": "^4.0.1",
"jimpex": "^4.0.3",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"esdoc-node": "^1.0.4",
"leasot": "^8.0.0",
"coveralls": "^3.0.6",
"husky": "^3.0.4"
"esdoc-node": "1.0.4",
"leasot": "^8.3.0",
"coveralls": "^3.0.7",
"husky": "^3.0.9"
},
"engine-strict": true,
"engines": {
Expand Down
4 changes: 3 additions & 1 deletion src/services/configurations/rulesConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ class WebpackRulesConfiguration extends ConfigurationFile {
*/
sourceMap: true,
outputStyle: 'expanded',
includePaths: ['node_modules'],
sassOptions: {
includePaths: ['node_modules'],
},
},
},
];
Expand Down
Loading

0 comments on commit ec5cceb

Please sign in to comment.