mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
WIP server side.
This commit is contained in:
@@ -31,17 +31,17 @@ module.exports = {
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.(js)$/,
|
||||
loader: 'eslint-loader',
|
||||
enforce: 'pre',
|
||||
include: [resolve('src'), resolve('test')],
|
||||
options: {
|
||||
// eslint-disable-next-line global-require
|
||||
formatter: require('eslint-friendly-formatter'),
|
||||
// emitWarning: !config.dev.showEslintErrorsInOverlay
|
||||
},
|
||||
},
|
||||
// {
|
||||
// test: /\.(js)$/,
|
||||
// loader: 'eslint-loader',
|
||||
// enforce: 'pre',
|
||||
// include: [resolve('src'), resolve('test')],
|
||||
// options: {
|
||||
// // eslint-disable-next-line global-require
|
||||
// formatter: require('eslint-friendly-formatter'),
|
||||
// // emitWarning: !config.dev.showEslintErrorsInOverlay
|
||||
// },
|
||||
// },
|
||||
{
|
||||
use: 'babel-loader',
|
||||
exclude: /(node_modules)/,
|
||||
|
||||
Reference in New Issue
Block a user