typescript(option): chore: changed amd namespace to Option
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
ec2964ecff
commit
9a2ff8d174
|
@ -32,7 +32,7 @@ export default [
|
||||||
file: `${outputDirectory}/bundle.amd.js`,
|
file: `${outputDirectory}/bundle.amd.js`,
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
format: 'amd',
|
format: 'amd',
|
||||||
name: 'Loopover'
|
name: 'Option'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
Loading…
Reference in a new issue