Skip to content

Instantly share code, notes, and snippets.

@jaysoo
Created August 29, 2019 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaysoo/a0904514b98f02f9aadf42b17eb148d3 to your computer and use it in GitHub Desktop.
Save jaysoo/a0904514b98f02f9aadf42b17eb148d3 to your computer and use it in GitHub Desktop.
{
// ...
"build": {
"builder": "@nrwl/web:build",
"options": {
"differentialLoading": false,
"outputPath": "dist/apps/demo",
"index": "apps/demo/src/index.html",
"main": "apps/demo/src/main.tsx",
"polyfills": "apps/demo/src/polyfills.ts",
"tsConfig": "apps/demo/tsconfig.app.json",
"assets": ["apps/demo/src/favicon.ico", "apps/demo/src/assets"],
"styles": ["apps/demo/src/styles.css"],
"scripts": [],
"webpackConfig": "./apps/demo/webpack.config.js"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment