underreact
underreact copied to clipboard
A light weight app build system
Right now underreact mostly works fine with typescript, but we could improve compatibility. At a minimum, the SVG loader needs to include .ts and .tsx file type support: https://github.com/mapbox/underreact/blob/4c531a97cce48114fd7f2615831e7800c0d470e6/lib/webpack-config/loaders-list.js#L45-L56
This is a more abstracted fix for #108, an alternative to https://github.com/mapbox/underreact/pull/109. Here, user may provide an `excludeCompileNodeModules` option as an alternative to `compileNodeModules`, in order to exclude specific modules....
Currently, I need to use `webpackTranform` option to hack the default setting to support loader worker.js files. It would be better support worker out of box.
Out of the box, underreact does not support the latest version of `mapbox-gl`. Since underreact is often used by apps that use Mapbox, the two projects should be compatible. Read...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.4.1 to 16.4.2. Release notes *Sourced from [react-dom's releases](https://github.com/facebook/react/releases).* > ## v16.4.2 > ## 16.4.2 (August 1, 2018) > > ### React DOM Server > > *...
I checked out the generate soucemap files. It seems missing for json files.
After the update to the latest version of webpack, it looks like some of the file copying logic has broken for projects without explicitly configured output directories. Building fails with...
When trying to run `underreact start` on one of my projects, the build step failed with the following error: ``` [17:48:47 underreact] Starting underreact in development mode. Wait ... [17:48:47...