diff --git a/webpack.config.js b/webpack.config.js index f82992dd..99583120 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,6 +1,7 @@ var path = require('path') var webpack = require('webpack') +const VueLoaderPlugin = require('vue-loader/lib/plugin') module.exports = { entry: './src/index.ts', @@ -25,6 +26,21 @@ module.exports = { // other vue-loader options go here } }, + // this will apply to both plain `.js` files + // AND `