Skip to content

Webpack 4 based boilerplate for producing libraries (Input: ES6, Output: universal library)

License

Notifications You must be signed in to change notification settings

pmunin/webpack-library-starter

 
 

Repository files navigation

Webpack library starter

Originated from here and adapted for Webpack 4 + visual studio code.

Webpack based boilerplate for producing libraries (Input: ES6, Output: universal library)

What's different in this fork

  • Latest and greatest: Webpack 4, Latest Babel 6.
  • ES6 Unit tests: [myclass].test.js files lay next to the origins. (see test:watch script)
  • dev build have node_modules.js extracted and source maps - no rebuild of bundle with node_modules when user's code changed
  • "build" script - generates 1) prod module 2) minified version

TODO

About

Webpack 4 based boilerplate for producing libraries (Input: ES6, Output: universal library)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%