Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bert0324/webpack-module-demo
Webpack modulization
https://github.com/bert0324/webpack-module-demo
Last synced: 10 days ago
JSON representation
Webpack modulization
- Host: GitHub
- URL: https://github.com/bert0324/webpack-module-demo
- Owner: Bert0324
- License: mit
- Created: 2020-11-03T03:15:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T02:46:40.000Z (about 3 years ago)
- Last Synced: 2024-11-08T20:50:16.574Z (2 months ago)
- Language: TypeScript
- Size: 217 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack-module-demo
A simple Demo to show webpack build modules.
## Install
`yarn`
`yarn build`If you want a module bundle run in the browser:
`MODULE=asyncImport yarn dev`
MODULE includes: 'es6', 'commonJS', 'libraryImport', 'asyncImport'.
## Analysis
For more information, please see in [here](https://github.com/Bert0324/code-playground/blob/master/js/module.md).