Amos Wong

Results 35 comments of Amos Wong

This looks like a bug. From my understanding, gitignore rule should be applied to the git repository only? This is our jenkin path (reproducible in local with this folder structure)...

Looks like a duplicate of https://github.com/conventional-changelog/standard-version/issues/253

I suspect this could be the only code that is causing the module to not work in SSR environment https://github.com/ratiw/vuetable-2/blob/f06b8a58f1ea8ea68fdb68da4baefb4745cedd6f/src/index.js#L9 I am able to use vuetable-2 in nuxt by changing...

@FerX, Yes, I had to modify the source file and build it. Things I did to make this imported and render in nuxt 1. Modify `window` to use `global` in...

I am not using `extract-text-webpack-plugin` `vue-spinner` is working for me on Windows - Windows 10 - node v6 - Vue 2 - yarn

Thinking of the possible fixes here: Option 1: Spawn and parse the output of `git check-ignore` Option 2: Re-implement / update the gitignore algorithm in JavaScript inside the dotgitignore library...

This issue is fixed in absolute-version/commit-and-tag-version#1 Tested with [email protected]

## Goal My goal is to get this vscode-jest "Debug" button to work with yarn workspaces and VS Code workspaces. ![image](https://user-images.githubusercontent.com/8733840/71467456-d27f7900-27fd-11ea-9a5a-484730b3c214.png) ### `/package.json` This is my yarn workspace configuration. The...

Faced a similar issue while trying to setup additional proxy middleware in browsersync. Apparently https://github.com/vigetlabs/blendid/pull/503 has added an option `extraMiddlewares` that allow us to add additional proxy middleware. https://github.com/vigetlabs/blendid/blob/6a29c48c89372d6a0bd1a9b60342ce6d38621763/gulpfile.js/tasks/browserSync.js#L36-L44 ###...

I am not sure how to configure blendid to use uglify-es however, the following is the change that can be made within blendid `webpack-multi-config.js`: Replace `webpack.optimize.UglifyJsPlugin` with `UglifyJsPlugin` (since it...