Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
Turning off jsdelivr for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Mar 14, 2017
1 parent 5ba20fd commit 43e42ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/webpack-sandbox-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"clientOrigin": "https://www.webpackbin.com",
"sessionsCleanInterval": 300000,
"sessionsMaxAge": 1800000,
"dllServiceUrl": "https://cdn.jsdelivr.net/webpack",
"dllServiceUrl": "https://webpack-dll-prod.herokuapp.com",
"cookie": {
"maxAge": 1800000,
"secure": true
Expand Down
2 changes: 1 addition & 1 deletion src/createLoaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (currentLoaders) {
// BABEL
if (currentLoaders.babel) {
var loader = {
test: /\.js?$/,
test: /\.jsx?$/,
exclude: /node_modules/,
loader: 'babel-loader',
query: {
Expand Down

0 comments on commit 43e42ab

Please sign in to comment.