Remove unnecessary bluebird dependency
This commit is contained in:
parent
b87476abc9
commit
42b6cd5a32
9 changed files with 10437 additions and 231 deletions
|
@ -2,6 +2,7 @@ const path = require('path');
|
|||
const webpack = require('webpack');
|
||||
|
||||
module.exports = {
|
||||
mode: "none",
|
||||
target: 'node',
|
||||
entry: './public/src/entry-server.js',
|
||||
output: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue