-
Whether it's the best way to do it or not, the fact is we rely on `process.env.NODE_ENV` checks to tell if we're in a production environment or not. This catches people by surprise because the default…
-
I've constructed the following script to convert esri-header.js into a module that can be imported by dojo, within the home app, and initiated.
```js
var fs = require('fs'),
CWD = process.cwd()…
-
#### What version of the CLI are you using? Output of `ionic --version`
3.0.0-beta8
#### Short description of the problem:
If you `ionic start` a project without installing Cordova first yo…
-
Being able to take advantage of the superior "tree shaking" of [Rollup](http://rollupjs.org/) would be nice. Here is, BTW, a [sample boilerplate for TypeScript+React with Rollup](https://github.com/g…
-
This is what I get when I try to use this plugin:
```
TypeError: Cannot read property 'names' of null
at new Link (/Users/federicozivolo/Progetti/popper-js/node_modules/rollup/src/utils/colla…
-
I'm having some doubts what will be included in zip packages:
For sure generic things such as:
- `LICENSE.md`
- `README.md` (something simple, ideally generic for all builds, with a link to the…
wwalc updated
7 years ago
-
Not sure why the distributed bundle is not working with JSPM out of the box. Any ideas?
```
Vue.use(VueFormly.default);
Vue.use(VueFormlyBootstrap.default);
```
-
I've builded `stardust` with webpack in my project.
There are two problems:
- [x] unused components in bundle that increases bundle size;
- [x] `PropTypes` are in production bundle, too.
### b…
-
So, I'm trying to replace uglify with babili in my popper.js.org project ([v1-dev-babili](https://github.com/FezVrasta/popper.js/tree/v1-dev-babili) branch).
This is the result when I try to minify…
-
In your documentation, I find the following info :
## Installation
In a browser:
Via [npm](https://www.npmjs.com/):
> ```bash
> npm install array.from
> ```
>
> ## Example
>
> ```j…