Cleanup and file reorganization
This commit is contained in:
@@ -2,23 +2,18 @@ var path = require('path');
|
||||
|
||||
module.exports = {
|
||||
entry: {
|
||||
bundle: './js/radar.js',
|
||||
bundle: './js/client.js',
|
||||
},
|
||||
output: {
|
||||
path: path.join(__dirname, 'dist'),
|
||||
filename: '[name].js',
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'vue$': 'vue/dist/vue.common.js'
|
||||
}
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js?$/,
|
||||
include: [
|
||||
path.resolve(__dirname, "js")
|
||||
path.resolve(__dirname, "js"),
|
||||
],
|
||||
|
||||
loader: "babel-loader",
|
||||
|
||||
Reference in New Issue
Block a user