mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
- fix: Schedule write journal entries after item compute cost.
- fix: active vouchers query. - fix: remove babel loader in server-side.
This commit is contained in:
@@ -8,7 +8,6 @@ function resolve(dir) {
|
||||
module.exports = {
|
||||
mode: 'development',
|
||||
entry: [
|
||||
'@babel/plugin-transform-runtime',
|
||||
'@/server.js',
|
||||
],
|
||||
target: 'node',
|
||||
@@ -43,11 +42,6 @@ module.exports = {
|
||||
// // emitWarning: !config.dev.showEslintErrorsInOverlay
|
||||
// },
|
||||
// },
|
||||
{
|
||||
use: 'babel-loader',
|
||||
exclude: /(node_modules)/,
|
||||
test: /\.js$/,
|
||||
},
|
||||
{
|
||||
test: /\.tsx?$/,
|
||||
use: 'ts-loader',
|
||||
|
||||
Reference in New Issue
Block a user