LearnNewsExamplesServices
Frontmatter
id1182
titleAdjust the webpackExclude check for node_modules
stateClosed
labels
enhancementhelp wanted
assignees[]
createdAtSep 10, 2020, 1:52 PM
updatedAtSep 17, 2020, 2:38 AM
githubUrlhttps://github.com/neomjs/neo/issues/1182
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 17, 2020, 2:38 AM

Adjust the webpackExclude check for node_modules

Closed v8.1.0 enhancementhelp wanted
tobiu
tobiu commented on Sep 10, 2020, 1:52 PM

as mentioned inside the last blog post, it should do the following:

  1. When building the App Worker for the neo.mjs framework itself, we want split chunks for all possible Apps inside the apps and the examples folder
  2. When using neo.mjs as a node module, we only want split chunks for our own Apps (and not the examples & apps included inside the neo.mjs node_module). This part still needs testing.
  3. When building the Online Examples, we trigger the build on the neo.mjs node_module, in which case we do want to get the content (This part works fine).

There is definitely a conflict for 2 and 3. Not sure if we can resolve this using magic comments or if we should adjust the webpack.config scripts.

Open for ideas!

tobiu added the enhancement label on Sep 10, 2020, 1:52 PM
tobiu added the help wanted label on Sep 10, 2020, 1:52 PM
tobiu
tobiu Sep 17, 2020, 2:38 AM

resolved already.

tobiu closed this issue on Sep 17, 2020, 2:38 AM