UNPKG

202 BJavaScriptView Raw
1'use strict';
2
3module.exports = require('./webpack.defaults')({
4 // options
5 __dirname: __dirname,
6 entry: ['./src/standalone.es6'],
7 output: {publicPath: '/', filename: 'standalone.js'}
8});
\No newline at end of file