Skip to content

Commit c97a20c

Browse files
committed
invalidating the webpackExclude check for now, will create a ticket.
1 parent 8ee9674 commit c97a20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker/App.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class App extends Base {
9898

9999
import(
100100
/* webpackInclude: /\/app.mjs$/ */
101-
/* webpackExclude: /\/node_modules/ */
101+
/* webpackExclude: /\/node_modules$/ */
102102
/* webpackChunkName: "chunks/[request]" */
103103
/* webpackMode: "lazy" */
104104
`../../${path}`).then(module => {

0 commit comments

Comments
 (0)