-
I've created a minify plugin for the js and css output.
It doesn't work for visionmedia/debug, because the require replacement is done after all plugins.
The origin source:
``` js
if ('undefined' ==…
-
**Environment**
1. CLI: 5.4.0
2. Node.js: 10.19.0
3. npm: 6.13.4
4. Platform: Linux.
**Describe the bug**
I tried to build the APK with
```bash
tns build android --release --bundle --en…
-
Hi! These are my Gulp 4 tasks:
```
gulp.task ('css', function() {
return gulp
// Find all .scss files from the paths.css.sources
.src(config.paths.css.sources)
.pipe(config.isProductio…
-
Is there any pre-defined script that compiles release bundle with source maps?
-
This is not an issue as much as a support question. But I couldn't find another forum.
My environment variables are not being replaced when running the following in my universal reactapp:
```Jav…
-
Repro: https://github.com/sp00x/vue-typescript-name-bug
2 components, Foo (ts) and Bar (js) registered as global components in main.ts using
```
import Foo from '@/components/Foo.vue';
import…
-
```js
import esbuild from 'esbuild'
import watPlugin from 'esbuild-plugin-wat'
import aliasPlugin from 'esbuild-plugin-path-alias'
import path from 'path'
import { fileURLToPath } from 'url'
imp…
-
We use [AVA](https://github.com/avajs/ava) for testing our Vue app. Recently they released version [0.23](https://github.com/avajs/ava/releases/tag/v0.23.0) which sets `NODE_ENV=test` if not already s…
ydnar updated
6 years ago
-
Hi,
When i try start brunch, i see error:
```
(node:5902) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Path must be a string. Received undefined
…
-
If I import the web build in Chrome 56, `terrain.min.js` throws an error:
> Uncaught ReferenceError: Invalid left-hand side expression in postfix operation
If I comment out the `webpack.optimize…