mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08: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 path = require('path');
|
||||||
const webpack = require('webpack')
|
|
||||||
|
|
||||||
const mode = process.env.NODE_ENV || 'production'
|
const mode = process.env.NODE_ENV || 'production';
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
output: {
|
output: {
|
||||||
|
|
Loading…
Reference in a new issue