-
## Expected Behaviour
Adding a plugin to the `frontend/plugins` folder should just work as `plugins.js` file can be built and used to require the plugin into the tool
## Actual Behaviour
The `plu…
-
I expected the following code to work.
``` typescript
if (!(window)._babelPolyfill){
import "babel/polyfill"
}
```
Instead I got an error.
`An import declaration can only be used in a namespace …
-
When I run the nextjs example I get these 404 in my network tab:
![image](https://user-images.githubusercontent.com/1892132/47398626-b360f500-d6e9-11e8-832d-d9e75cc84755.png)
It flickers in quic…
-
Because CodeSplitting has no `output.file` option.
-
Code modifiers are becoming popular in the javascript ecosystem, via babel-plugins (eg - many css-in-js libs, relay, etc). This issue is to open discussion on a generic system to include them in CRA a…
-
Hey there,
it seems for me that there's an endless loop when using the watch option for the build.
I use [Laravel Mix](https://github.com/JeffreyWay/laravel-mix) with the following webpack.mix.js:…
-
This is a collection of ideas what should happen before we deprecate these two `experimental` options. Of course everything here is open to discussion. This description should be updated accordingly i…
-
Hey folks,
I'm popping in here after a brief chat in the Blaze slack. I really recommend going there. @mitar brought me up to speed on some issues and I thought I'd post my reaction to them.
My und…
-
Hi,
I have a setup very similar to [first example in the docs](https://github.com/jharris4/html-webpack-include-assets-plugin#example)
* File called`preflight.js` exists and that is not (and sho…
kroko updated
6 years ago
-
Når man laster en statisk bygd side, så vil siden først rendres, deretter forsvinne (bare en blank hvit side vises), og så komme tilbake.
Det som skjer, er at serveren leverer først den statiske fe…