Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).