Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
This commit is contained in:
7
client/node_modules/@intlify/message-compiler/index.js
generated
vendored
Normal file
7
client/node_modules/@intlify/message-compiler/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./dist/message-compiler.prod.cjs')
|
||||
} else {
|
||||
module.exports = require('./dist/message-compiler.cjs')
|
||||
}
|
||||
Reference in New Issue
Block a user