Skip to content

Commit 255ebfb

Browse files
committed
Adds a few libs to external list of Webpack config
1 parent f868a7d commit 255ebfb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

config/webpack/default.js

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
// Don't include the dependencies to keep built bundle small,
33
// they will be provided by the app using this lib
44
externals: [
5+
'auth0-js',
56
'qs',
67
'lodash',
78
'le_node',
@@ -13,6 +14,7 @@ module.exports = {
1314
'redux-actions',
1415
'isomorphic-fetch',
1516
'tc-accounts',
17+
'to-capital-case',
1618
'topcoder-react-utils',
1719
],
1820
};

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
3232
"test": "npm run lint && npm run jest"
3333
},
34-
"version": "0.3.1",
34+
"version": "0.3.2",
3535
"dependencies": {
3636
"auth0-js": "^6.8.4",
3737
"isomorphic-fetch": "^2.2.1",

0 commit comments

Comments
 (0)