Fix target node in build

This commit is contained in:
Luca Tagliaferri 2019-02-06 22:40:34 +01:00
parent 0d314ab205
commit bb00a2c61a
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -2,6 +2,7 @@ var path = require('path');
var webpack = require('webpack'); var webpack = require('webpack');
module.exports = { module.exports = {
target: "node",
mode: "production", mode: "production",
entry: './src/index.js', entry: './src/index.js',
resolve: { resolve: {