Skip to content

Commit

Permalink
Merge pull request #28 from infielddigital/feature/23-resolve-cache-w…
Browse files Browse the repository at this point in the history
…orkaround

Feature/23 resolve cache workaround
  • Loading branch information
kevinweber authored Mar 29, 2018
2 parents 0c8c3f1 + 2136171 commit bc02e33
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 36 deletions.
1 change: 0 additions & 1 deletion ui.apps/src/main/webpack.core/internals/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const NODE_MODULES = path.join(__dirname, '../node_modules');
const IS_PROD = (process.env.NODE_ENV === 'production');

const WEBPACK_DEFAULT = {
cache: IS_PROD,
// Webpack v4: `mode` is required
mode: IS_PROD ? 'production' : 'development',
stats: {
Expand Down
46 changes: 14 additions & 32 deletions ui.apps/src/main/webpack.core/package-lock.json

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

6 changes: 3 additions & 3 deletions ui.apps/src/main/webpack.core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aem-webpack-example",
"version": "2.3.2",
"version": "2.3.3",
"private": true,
"description": "Core front end setup of a project",
"scripts": {
Expand Down Expand Up @@ -32,13 +32,13 @@
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"merge": "^1.2.0",
"mini-css-extract-plugin": "^0.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.8.3",
"postcss-loader": "^2.1.3",
"postcss-reporter": "^5.0.0",
"sass-loader": "^6.0.7",
"stylelint": "^7.13.0",
"webpack": "^4.2.0",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13",
"webpack-merge": "^4.1.2"
},
Expand Down

0 comments on commit bc02e33

Please sign in to comment.