mirror of
https://github.com/SrIzan10/sern-cli.git
synced 2026-05-01 11:05:17 +00:00
chore: clarify comment
This commit is contained in:
@@ -64,7 +64,7 @@ const CommandHandlerPlugin = (buildConfig: Partial<BuildOptions>, ambientFilePat
|
||||
|
||||
const options = build.initialOptions
|
||||
const defVersion = () => JSON.stringify(require(p.resolve('package.json')).version);
|
||||
// for some reason it errored out, should fix it
|
||||
// should fix a type error
|
||||
options.define = {
|
||||
...(buildConfig.define ?? {}),
|
||||
__DEV__: `${buildConfig.mode === 'development'}`,
|
||||
|
||||
Reference in New Issue
Block a user