UNPKG

webpack-bootstrap

Version:

Easily implement webpack for any kind of front-end app

10 lines (8 loc) 111 B
'use strict'; const loaders = [{ test: /\.vue$/, loader: 'vue-loader' }]; module.exports = { loaders };