Nick Demianchuk
Results
2
comments of
Nick Demianchuk
+1 In one of my projects, I use `v-treeview` for site navigation, where every leaf is a link to a component. I can get the active leaf using `@update:active` which...
I like your suggestion, @304NotModified. However, you can achieve the same by only including this plugin for a desired environment: ``` plugins: process.env.NODE_ENV === 'production' ? [new CopyModulesPlugin({destination: 'webpack-modules'})] :...