Update app and tooling
This commit is contained in:
parent
3046531bdd
commit
e620ec7349
4950 changed files with 2975120 additions and 10 deletions
31
node_modules/rolldown/dist/plugins-index.d.mts
generated
vendored
Normal file
31
node_modules/rolldown/dist/plugins-index.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
import { u as BindingReplacePluginConfig } from "./shared/binding-MAEzB4KA.mjs";
|
||||
import { A as BuiltinPlugin } from "./shared/define-config-Cg9apQLa.mjs";
|
||||
import { t as esmExternalRequirePlugin } from "./shared/constructors-DcGyaGNV.mjs";
|
||||
|
||||
//#region src/builtin-plugin/replace-plugin.d.ts
|
||||
|
||||
/**
|
||||
* Replaces targeted strings in files while bundling.
|
||||
*
|
||||
* @example
|
||||
* // Basic usage
|
||||
* ```js
|
||||
* replacePlugin({
|
||||
* 'process.env.NODE_ENV': JSON.stringify('production'),
|
||||
* __buildVersion: 15
|
||||
* })
|
||||
* ```
|
||||
* @example
|
||||
* // With options
|
||||
* ```js
|
||||
* replacePlugin({
|
||||
* 'process.env.NODE_ENV': JSON.stringify('production'),
|
||||
* __buildVersion: 15
|
||||
* }, {
|
||||
* preventAssignment: false,
|
||||
* })
|
||||
* ```
|
||||
*/
|
||||
declare function replacePlugin(values?: BindingReplacePluginConfig["values"], options?: Omit<BindingReplacePluginConfig, "values">): BuiltinPlugin;
|
||||
//#endregion
|
||||
export { esmExternalRequirePlugin, replacePlugin };
|
||||
Loading…
Add table
Add a link
Reference in a new issue