UNPKG

iuap-insight

Version:
22 lines (20 loc) 352 B
var path = require("path"); module.exports = { entry: './src/index.js', output: { filename: 'iuap-insight.js', path: "./lib" }, resolve: { extension: ['', '.js', '.jsx'] }, module: { loaders: [ { test: /\.js$/, exclude: /node_modules/, loader: 'babel' } ] } }