Skip to content

Commit

Permalink
fix: remove @rework/redux from externals
Browse files Browse the repository at this point in the history
we'll need to find a better way to do this
  • Loading branch information
ephys committed Aug 2, 2019
1 parent 04f9351 commit 08e5f40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internals/webpack/WebpackBase.js
Expand Up @@ -173,6 +173,8 @@ export default class WebpackBase {
whitelist: [
// framework must be processed by webpack as it relies on some webpack processes
new RegExp(`^${frameworkMetadata.name}`),
// TODO: should we mark all plugins as non-externals?
/^@reworkjs\/redux/,
/\.css$/i,
],
}),
Expand Down

0 comments on commit 08e5f40

Please sign in to comment.