Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
@phenomic/plugin-bundler-webpack: add emotion in the external…
Browse files Browse the repository at this point in the history
… whitelist (for static rendering)
  • Loading branch information
MoOx committed Oct 16, 2017
1 parent 24f301a commit 7c8f613
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/plugin-bundler-webpack/src/index.js
Expand Up @@ -34,14 +34,10 @@ const defaultExternals = [
//
// @todo find a better way than a whitelist

// Glamor integration
/^emotion(\/.*)?/,
/^glamor(\/.*)?/,

// Aprodite integration
/^aphrodite(\/.*)?/,

"react-native-web",

"react-helmet"
];

Expand Down

0 comments on commit 7c8f613

Please sign in to comment.