Created
February 20, 2018 05:56
-
-
Save eseQ/31644a78b2cd0ff6d05d4c6679a84e68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = ({ main }) => new Config().merge({ | |
entry: { | |
main: `${main.appPath}/startup/App`, | |
}, | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const base = require('../../other/client/webpack/webpack.base.config.js'); | |
const config = new Config().merge(base(data)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment