Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 691 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 691 Bytes

📦 webpack Boilerplate

Webpack is based on this Webpack Boilerplate by Tania Rascia

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm run storybook

Production build

npm run build

Known Issues

  • The Storybook runs on uncompiled css, but should run the bundled version
  • We currently need to run the dev task as well as the storybook in order to compile css for development use
  • The css bundle that is created does not maintain classnames
  • The documentation does not show Markdown in the "View code" feature