Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2
if
(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
log
Method · 0.80
Tested by
no test coverage detected