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

https://github.com/qpwo/webpack-minimal-template

How to import from node_modules in js for use in html. Webpack minimal working example.
https://github.com/qpwo/webpack-minimal-template

npm template webpack

Last synced: 2 months ago
JSON representation

How to import from node_modules in js for use in html. Webpack minimal working example.

Awesome Lists containing this project

README

          

# webpack-minimal-template

Simple demonstration of how to use webpack with an index.html outside of the build process.

```shell
git clone https://github.com/qpwo/webpack-minimal-template
cd webpack-minimal-template
npm install
npm start
# optimized build without hot reloading:
npm run build
```