Fix target node in build
This commit is contained in:
parent
0d314ab205
commit
bb00a2c61a
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -2,6 +2,7 @@ var path = require('path');
|
|||
var webpack = require('webpack');
|
||||
|
||||
module.exports = {
|
||||
target: "node",
|
||||
mode: "production",
|
||||
entry: './src/index.js',
|
||||
resolve: {
|
||||
|
|
Loading…
Add table
Reference in a new issue