Axe
Axe
Otherwise, Wiredep will throw an error about cant find bower packages folder. Maybe you could mention this in Readme.
```typescript import { Route } from "vue-router"; @Watch("route") onRouteChanged(currRoute: Route) { if (currRoute.meta.parentRoute) { // got ts error at this line saying: 'Property 'from' does not exist on type 'Route'.'...
my build is fine without using UglifyJSPlugin. but with UglifyJSPlugin, I got the error in runtime: `TypeError: t.appendChild is not a function` so i have to import the minified version...
Sometimes it's useful to have the operation variables available for the wrapper function to set some business logic within the wrapper conditionally.
Hi there, I'm working on a project that use a esm bundler. I found a module resolve issue related to this packages. Some of the internal packages version is out...