mirror of
https://github.com/Amterasu/cocos-vuecli-demo.git
synced 2024-12-25 19:28:41 +00:00
5 lines
62 B
JavaScript
5 lines
62 B
JavaScript
|
'use strict'
|
||
|
module.exports = {
|
||
|
NODE_ENV: '"production"',
|
||
|
}
|