@canopytax/styleguide
Advanced tools
Comparing version 0.0.28 to 0.0.29
{ | ||
"name": "@canopytax/styleguide", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"main": "module/module.js", | ||
@@ -5,0 +5,0 @@ "description": "Styleguide for Canopy", |
@@ -76,5 +76,5 @@ const path = require('path'); | ||
externals: { | ||
'react': 'commonjs react', | ||
'react-dom': 'commonjs react-dom', | ||
'kremling': 'commonjs kremling', | ||
'react': 'react', | ||
'react-dom': 'react-dom', | ||
'kremling': 'kremling', | ||
}, | ||
@@ -81,0 +81,0 @@ optimization: { |
Sorry, the diff of this file is too big to display
241521