Skip to content

Commit

Permalink
Dynamic module loading is now cached and Webpack includes the import …
Browse files Browse the repository at this point in the history
…in the main chunk.
  • Loading branch information
n1474335 committed Feb 11, 2019
1 parent 481f2a4 commit 49e2b05
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 85 deletions.
4 changes: 1 addition & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,7 @@ module.exports = function (grunt) {
generateConfig: {
command: [
"echo '\n--- Regenerating config files. ---'",
"mkdir -p src/core/config/modules",
"echo 'export default {};\n' > src/core/config/modules/OpModules.mjs",
"echo '[]\n' > src/core/config/OperationConfig.json",
"echo [] > src/core/config/OperationConfig.json",
"node --experimental-modules --no-warnings --no-deprecation src/core/config/scripts/generateOpsIndex.mjs",
"node --experimental-modules --no-warnings --no-deprecation src/core/config/scripts/generateConfig.mjs",
"echo '--- Config scripts finished. ---\n'"
Expand Down
Loading

0 comments on commit 49e2b05

Please sign in to comment.