mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
chore: gulpfile.js
This commit is contained in:
parent
65d9a76071
commit
2b11692fdb
@ -26,8 +26,8 @@ try {
|
||||
// This will prevent IDE's Git from unnecessarily
|
||||
// building diff's during development.
|
||||
const dist = process.env.NODE_ENV === 'development'
|
||||
? path.join(__dirname, './dist-dev')
|
||||
: path.join(__dirname, './dist')
|
||||
? path.join(__dirname, 'dist-dev')
|
||||
: path.join(__dirname, 'dist')
|
||||
|
||||
const postcssPlugins = [
|
||||
postcssPresetEnv()
|
||||
|
Loading…
Reference in New Issue
Block a user