-
**Version Used**: 1.3.0
**Steps to Reproduce**:
Compile code using CSharpCompilation with references to CoreCLR versions of
```
System.Private.CoreLib.dll
mscorlib.dll
System.Console.dll
```
**Exp…
-
Hello.
I've set:
```
{
"cssModules": {
"specificArchitecture": false
}
}
```
but now getting this:
```
TypeError: Object [object Object] has no method 'addStyles'
at meteorInstall.import…
-
I'd trying to use a separate `NODE_ENV` for testing: `NODE_ENV=test meteor ...`
But xolvio:cleaner currently checks `process.env.NODE_ENV !== 'development'`and blows up.
I think it would be better a…
-
Since the last three and a half hours, I have been skimming through the docs, to not much avail. With @gadicc guidance this is how I got it working.
So far I have done:
1. change `ecmascript` to `gad…
-
Have something along these lines in webpack.config.dev.js
```
module.exports = {
devtool: 'eval',
entry: [
'eventsource-polyfill', //necessary evil for hot loading with IE
'webpack-hot-mi…
-
Been experiencing inconsistent loading of the iframe in Chrome, Safari, and FF. There are no errors when it doesn't load, and no indicators in the network panel. Other times it loads perfectly fine. A…
-
Hi, Using the package the strings are not transpiled correctly, what makes string generation not possible. With ecmascript hot following string:
``` javascript
return res.title + "\n" + res.text + "\…
-
-
The goal of this project was react hotloading support, which I feel we've accomplished pretty well. However, HMR goes a lot further. It would be great to support the full webpack HMR API, and "just …
-
Hi there,
We've had some reports of issues with this package on Galaxy. It appears that the app server goes into an infinite CPU spin upon launch from a production bundle (when a .meteor folder does…