@soundworks/template-build
v3.2.1
Published
soundworks-template build scripts
Downloads
7
Readme
@soundworks/template-build
soundworks-template
build scripts for soundworks#v3
General approach:
webpack
andbabel
to bundle browser clientschokidar
for file watching- from v4 - Node processes (server, node clients) should run with "type: module"
Install
npm install --save soundworks-template-build
Usage
soundworks-template-build --build [--watch]
soundworks-template-build --minify
soundworks-template-build --watch-process <processName>
Notes
Should support iOS >= 9
browserlist: 'ios >= 9, not ie 11, not op_mini all'
Todos
typescript
support (see https://github.com/collective-soundworks/soundworks-template-build/pull/1)vue.js
andreact
support
License
BSD-3-Clause