Commit graph

16 commits

Author SHA1 Message Date
MiroslavDionisiev
a11ae666f9 refactor: [UEPR-17] Changed entry point name 2024-06-26 16:42:19 +03:00
Christopher Willis-Ford
607d675df5 build!: use scratch-webpack-configuration 2024-03-08 18:32:28 -08:00
Christopher Willis-Ford
5ad1d41a99 build: upgrade to webpack 5 2024-03-08 18:32:25 -08:00
Christopher Willis-Ford
f46e5b9e15 Move playground into dev server root 2019-03-14 16:57:53 -07:00
adroitwhiz
7fd834d811 Added basic testing playground 2019-01-23 12:49:21 -08:00
DD Liu
fdce015428 Remove package lock and array from module.exports 2018-07-11 11:16:59 -04:00
DD Liu
5f74d33ca5 Point directly at index, remove node dist since this code depends on ui elements 2018-07-10 10:58:12 -04:00
Paul Kaplan
437176afc9 Build scratch-render-fonts using babel loader 2018-05-14 12:14:33 -04:00
Michael "Z" Goddard
2f4cdc2de2
Standardize webpack config on format of other scratch projects 2018-05-07 12:05:50 -04:00
Michael "Z" Goddard
56a2da7a38
Update to webpack 4 2018-05-07 12:05:49 -04:00
Karishma Chadha
3532ffd71c Add bitmap import support -- handle resizing bitmap images to accomodate double resolution. 2018-04-22 21:34:07 -04:00
Christopher Willis-Ford
5a8a766e5b Tell babel-preset-env we use uglify
It turns out that babel-preset-env supports a setting to let it know
that uglify is in the pipeline, so there's no need to artificially
restrict the Node target version.
2018-01-23 21:37:02 -08:00
Christopher Willis-Ford
1d28c9f1d9 Force Node 4 compatibility
Since other parts of our pipeline (UglifyJS, for example) don't
understand newer syntax, for now the Node output should be compatible
with Node 4.
2018-01-23 20:29:53 -08:00
Christopher Willis-Ford
b6e61ed1be Merge code changes from scratch-render, CWF
The code in this repository was slightly out-of-date relative to
`scratch-render`. I also merged in some minor API changes from my work.
2018-01-09 14:56:30 -08:00
Christopher Willis-Ford
0bbc5d865a Update Webpack and Babel config
These settings were merged in from another, separate attempt to separate
the SVG rendering code from `scratch-render`.

Changes:
- Use `babel-preset-env` instead of `babel-preset-es2015`
- Remove `.babelrc` in favor of settings in `webpack.config.js`
- Add explicit node vs. web targets
- Add `.editorconfig` entry for JSON files
- Audit dependency versions and pinning
2018-01-09 01:06:10 -08:00
DD
4d487c8fcd package for svg renderer 2017-09-05 11:57:48 -04:00