Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 638 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 638 Bytes

Rispa Webpack Build Status

Rispa plugin for building modules with webpack.

How to use

Install

Add this plugin and some plugin with specific webpack configuration, for example @rispa/webpack-javascript:

ris add @rispa/webpack @rispa/webpack-javascript

Use the following commands to build your code and run dev server.

Build

For start build javascript sources into output folder, run:

ris run @rispa/webpack build