Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Angular Template Angular Template
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IzeniIzeni
  • Angular TemplateAngular Template
  • Wiki
  • webpack

webpack · Changes

Page history
complete basic webpack writeup authored Sep 14, 2016 by Mikkel Davis's avatar Mikkel Davis
Show whitespace changes
Inline Side-by-side
webpack.md
View page @ 339b9962
......@@ -5,6 +5,7 @@ We are choosing to use [webpack](http://webpack.github.io/docs/) as our developm
* avoids the ridiculous SystemJS config that the Angular team shows in their docs
* ability to break out entire components into webpack bundlable chunks, which could potentially be loaded independently over HTTP/2
* hot module replacement (right now mainly for style, eventually for entire dom components)
* there may be downsides, but the pluses seem to outweigh them for now
### FYI
* esnext-style import statements should got at the top of files; fyi, imports are converted down to es5 as calls of require()
......
Clone repository
  • angular
  • cookbook forms
  • cookbook routing
  • data store
  • gotchas
  • Home
  • modals
  • sass with bem
  • toolbox
  • typescript
  • webpack