underreact icon indicating copy to clipboard operation
underreact copied to clipboard

A light weight app build system

Results 20 underreact issues
Sort by recently updated
recently updated
newest added

We're seeing some bogus test failures being reported from Travis. For example: https://travis-ci.com/mapbox/underreact/jobs/262756120 Note: this is bogus because that job is intended to run only on the `underreact` subset of...

bug

I get this error when compile mapbox-gl-style-spec in node_modules: ``` Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: /Users/jingsam/projects/underreact-test/node_modules/@mapbox/mapbox-gl-style-spec/expression/definitions/interpolate.js: Unexpected token (10:12) 8 | import { hcl, lab } from '../../util/color_spaces'; 9...

Hi, I get this warning: ``` WARNING: We noticed you're using the `useBuiltIns` option without declaring a core-js version. Currently, we assume version 2.x when no version is passed. Since...

I've relied on an IP address URL, as well as the localhost URL, to open the site I'm developing from another device on the same network (e.g. a phone). It's...

When I try to run it I get this error: ``` [12:52:11 underreact] Starting underreact in development mode. Wait ... [12:52:11 underreact] ERROR: Could not find the entry Javascript file...

I think it would be helpful to document a suggested browserslist value for "modern" sites — that is, sites where you can safely expect that all visitors will be using...

The Travis outputs files with different file sizes than what is in the snapshot. I guess this is due to different folder paths.

It might be a good idea to validate the HTML string in `urc.htmlSource`.

We are using a slightly different data structure for our Babel preset, lets make sure it is documented.

Even though underreact would be relatively easy to get started with. A user interested in prototyping might have to do bunch of chores to get the full experience: - setup...