gyandeeps / webpack-split-dynamic-common

test repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project setup

alt tag

Output with npm run webpack

alt tag

Expected output

alt tag

Notes

  • npm run webpack runs webpack with no plugins
  • npm run webpack:common runs webpack with CommonChunkPlugin.
    • async: true
    • children: true

ANSWER: Issue filed with webpack - webpack/webpack#4572

About

test repo


Languages

Language:JavaScript 100.0%