Results 3 issues of Mikhail

Please, add four parameters to ScrollArea: * verticalScrollbarClass * verticalContainerStyle * horizontalScrollbarClass * horizontalContainerStyle Why? We use dynamic classnames: ``` { include: path.resolve(__dirname, '../source'), loader: 'css-loader', options: { importLoaders: 1,...

Example code: ``` $(function() { $(document).on('click', 'a', function(e) { console.log('Click!'); }); }); ``` With default settings it will be folded to: ``` > $(function() { ``` What I want: ```...

`[email protected]` ``` ~/projects/xxx/frontend  npm run start  ✔  4s > [email protected] start > vue-cli-service serve INFO Starting development server... ERROR TypeError: Cannot read property 'name' of undefined TypeError:...