mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
chore: Formatting issues do not hinder compilation (#142)
This commit is contained in:
parent
3b5953d405
commit
dba40a7254
@ -1,6 +1,7 @@
|
||||
const isProd = process.env.NODE_ENV === `production`
|
||||
|
||||
module.exports = {
|
||||
lintOnSave: true,
|
||||
publicPath: process.env.SERVER_ENV === `NETLIFY` ? `/` : `/md/`, // 基本路径, 建议以绝对路径跟随访问目录
|
||||
configureWebpack: (config) => {
|
||||
config.module.rules.push({
|
||||
|
Loading…
Reference in New Issue
Block a user