mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
monorepo setup
This commit is contained in:
parent
c4754a7a65
commit
85dbdfe907
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
const path = require('path')
|
||||
const webpack = require('webpack')
|
||||
const path = require('path');
|
||||
|
||||
const mode = process.env.NODE_ENV || 'production'
|
||||
const mode = process.env.NODE_ENV || 'production';
|
||||
|
||||
module.exports = {
|
||||
output: {
|
||||
|
|
Loading…
Reference in a new issue