UNPKG

@dolphinweex/dof-weex-vue-precompiler

Version:

a precompiler for weex-vue-render.

19 lines (17 loc) 343 B
const path = require('path') const config = { output: { path: path.resolve(__dirname, './webpack-dist'), publicPath: '/dist/', filename: '[name].js' }, module: { rules: [] // rules: [{ // test: /\.js$/, // loader: 'babel-loader', // exclude: /node_modules/ // }], } } module.exports = config