mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-07-28 21:24:39 +00:00
auth
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
'index.ignore': 'file-loader?name=index.html!pug-html-loader!' + path.resolve(__dirname, './src/index.pug'),
|
||||
index: path.resolve(__dirname, 'src/index.ts'),
|
||||
},
|
||||
mode: process.env.TERMINUS_DEV ? 'development' : 'production',
|
||||
mode: process.env.DEV ? 'development' : 'production',
|
||||
context: __dirname,
|
||||
devtool: 'cheap-module-source-map',
|
||||
output: {
|
||||
|
Reference in New Issue
Block a user