up
This commit is contained in:
+3
-3
@@ -5,13 +5,13 @@ const webpackconfig = {
|
||||
target: 'node',
|
||||
mode: 'development',
|
||||
entry: {
|
||||
server: path.resolve('bin/main.js')
|
||||
server: path.resolve('lib/main.js')
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx'],
|
||||
alias: {
|
||||
'app': path.resolve('app'),
|
||||
'bin': path.resolve('bin'),
|
||||
'lib': path.resolve('lib'),
|
||||
'config': path.resolve('config'),
|
||||
'middleware': path.resolve('middleware'),
|
||||
'public': path.resolve('public'),
|
||||
@@ -48,4 +48,4 @@ const webpackconfig = {
|
||||
path: true
|
||||
}
|
||||
}
|
||||
module.exports = webpackconfig
|
||||
module.exports = webpackconfig
|
||||
|
||||
Reference in New Issue
Block a user