chore: gulpfile.js

This commit is contained in:
Bobby 2022-10-04 04:21:05 +07:00
parent 65d9a76071
commit 2b11692fdb
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -26,8 +26,8 @@ try {
// This will prevent IDE's Git from unnecessarily // This will prevent IDE's Git from unnecessarily
// building diff's during development. // building diff's during development.
const dist = process.env.NODE_ENV === 'development' const dist = process.env.NODE_ENV === 'development'
? path.join(__dirname, './dist-dev') ? path.join(__dirname, 'dist-dev')
: path.join(__dirname, './dist') : path.join(__dirname, 'dist')
const postcssPlugins = [ const postcssPlugins = [
postcssPresetEnv() postcssPresetEnv()