Skip to content

Commit

Permalink
enable cors to debug unit tests (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
moicez authored and jchip committed Mar 23, 2018
1 parent fc55266 commit 9631384
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const Path = require("path");
module.exports = function(config) {
dev(config);
const settings = {
crossOriginAttribute: false,
files: [
// Test bundle (must be created via `npm run dev|hot|server-test`)
"http://127.0.0.1:3001/assets/bundle.js"
Expand Down

0 comments on commit 9631384

Please sign in to comment.