Skip to content

Instantly share code, notes, and snippets.

@eseQ
Created February 20, 2018 05:56
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save eseQ/31644a78b2cd0ff6d05d4c6679a84e68 to your computer and use it in GitHub Desktop.
module.exports = ({ main }) => new Config().merge({
entry: {
main: `${main.appPath}/startup/App`,
},
});
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