MCPcopy Index your code
hub / github.com/codecombat/codecombat / webpack.config.js

File webpack.config.js

webpack.config.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// TODO: Reconcile env variables for this; maybe WEBPACK_ENV = travis/production/undefined
2if (process.env.COCO_TRAVIS_TEST) {
3 console.log("Automatically using Karma webpack config");
4 module.exports = require("./webpack.karma.config");

Callers

nothing calls this directly

Calls 1

logMethod · 0.80

Tested by

no test coverage detected