14 lines
214 B
Markdown
14 lines
214 B
Markdown
|
* JSX transpilation and minification with Babel and Terser.
|
||
|
* SASS compilation and css minification.
|
||
|
|
||
|
Default build directory is `./dist`.
|
||
|
|
||
|
```sh
|
||
|
yarn gulp
|
||
|
# for production - no sourcemaps
|
||
|
yarn gulp --build
|
||
|
|
||
|
```
|
||
|
|
||
|
|