@powerlines/plugin-webpack 0.5.55 → 0.5.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/helpers/index.cjs +1 -1
- package/dist/helpers/index.d.cts +4 -21
- package/dist/helpers/index.d.mts +4 -0
- package/dist/helpers/index.mjs +1 -0
- package/dist/helpers/unplugin.cjs +1 -7
- package/dist/helpers/unplugin.d.cts +3 -24
- package/dist/helpers/unplugin.d.mts +3 -0
- package/dist/helpers/unplugin.mjs +1 -0
- package/dist/helpers-CRPRhztf.mjs +1 -0
- package/dist/index-9iG2qHLe.d.mts +1 -0
- package/dist/index-D4ELpJXS.d.cts +1 -0
- package/dist/index-D6CnpA_r.d.cts +1 -0
- package/dist/index-DL0uimUT.d.mts +1 -0
- package/dist/index.cjs +1 -7
- package/dist/index.d.cts +9 -24
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +14 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -0
- package/dist/plugin-BjiGfRHE.mjs +1 -0
- package/dist/plugin-CSFGUBL0.d.cts +1653 -0
- package/dist/plugin-CSFGUBL0.d.cts.map +1 -0
- package/dist/plugin-DLvJDpI5.d.mts +1654 -0
- package/dist/plugin-DLvJDpI5.d.mts.map +1 -0
- package/dist/plugin-DsBmD-9a.d.mts +1655 -0
- package/dist/plugin-DsBmD-9a.d.mts.map +1 -0
- package/dist/plugin-pBKbb5K9.cjs +0 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +3 -20
- package/dist/types/index.d.mts +3 -0
- package/dist/types/index.mjs +1 -0
- package/dist/types/plugin.cjs +1 -1
- package/dist/types/plugin.d.cts +2 -20
- package/dist/types/plugin.d.mts +2 -0
- package/dist/types/plugin.mjs +1 -0
- package/dist/types-n6NgD0QK.mjs +1 -0
- package/dist/types-o3zWarRp.cjs +0 -0
- package/dist/unplugin-BNhFMCge.d.mts +8 -0
- package/dist/unplugin-BNhFMCge.d.mts.map +1 -0
- package/dist/unplugin-CCaRukvF.d.cts +8 -0
- package/dist/unplugin-CCaRukvF.d.cts.map +1 -0
- package/dist/unplugin-CGa2oP9g.d.mts +8 -0
- package/dist/unplugin-CGa2oP9g.d.mts.map +1 -0
- package/dist/unplugin-DtvG3aeH.cjs +44 -0
- package/dist/unplugin-Dx7gIi1g.mjs +7 -0
- package/dist/unplugin-Dx7gIi1g.mjs.map +1 -0
- package/package.json +51 -33
- package/dist/chunk-FBBMZ4NC.cjs +0 -7
- package/dist/chunk-UCUR73HG.js +0 -7
- package/dist/helpers/index.d.ts +0 -21
- package/dist/helpers/index.js +0 -1
- package/dist/helpers/unplugin.d.ts +0 -24
- package/dist/helpers/unplugin.js +0 -7
- package/dist/index-DPoFWHCN.d.cts +0 -1494
- package/dist/index-DPoFWHCN.d.ts +0 -1494
- package/dist/index.d.ts +0 -29
- package/dist/index.js +0 -7
- package/dist/types/index.d.ts +0 -20
- package/dist/types/index.js +0 -1
- package/dist/types/plugin.d.ts +0 -20
- /package/dist/{types/plugin.js → helpers-LF26RHol.cjs} +0 -0
package/dist/index.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { W as WebpackPluginContext, a as WebpackPluginOptions, P as Plugin } from './index-DPoFWHCN.js';
|
|
2
|
-
export { b as WebpackPluginResolvedConfig, d as __ΩWebpackPluginContext, _ as __ΩWebpackPluginOptions, c as __ΩWebpackPluginResolvedConfig } from './index-DPoFWHCN.js';
|
|
3
|
-
export { createWebpackPlugin } from './helpers/unplugin.js';
|
|
4
|
-
import 'webpack';
|
|
5
|
-
import '@stryke/env/get-env-paths';
|
|
6
|
-
import '@stryke/types/base';
|
|
7
|
-
import '@stryke/types/package-json';
|
|
8
|
-
import 'jiti';
|
|
9
|
-
import 'magic-string';
|
|
10
|
-
import 'semver';
|
|
11
|
-
import 'ts-morph';
|
|
12
|
-
import 'unplugin';
|
|
13
|
-
import '@storm-software/build-tools/types';
|
|
14
|
-
import '@storm-software/config-tools/types';
|
|
15
|
-
import '@storm-software/config/types';
|
|
16
|
-
import '@stryke/types/configuration';
|
|
17
|
-
import '@stryke/types/file';
|
|
18
|
-
import 'vite';
|
|
19
|
-
import '@stryke/fs/resolve';
|
|
20
|
-
import '@stryke/types/array';
|
|
21
|
-
import '@stryke/types/tsconfig';
|
|
22
|
-
import 'typescript';
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* A Powerlines plugin to assist in developing other Powerlines plugins.
|
|
26
|
-
*/
|
|
27
|
-
declare const plugin: <TContext extends WebpackPluginContext = WebpackPluginContext>(options?: WebpackPluginOptions) => Plugin<TContext>;
|
|
28
|
-
|
|
29
|
-
export { WebpackPluginContext, WebpackPluginOptions, plugin as default, plugin };
|
package/dist/index.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import {a}from'./chunk-UCUR73HG.js';import {LogLevelLabel}from'@storm-software/config-tools/types';import n from'defu';import {extractWebpackConfig}from'powerlines/lib/build/webpack';import a$1 from'webpack';import {createWebpackPlugin}from'./helpers/unplugin';export*from'./helpers';export*from'./types';/*****************************************
|
|
2
|
-
*
|
|
3
|
-
* ⚡ Built by Storm Software
|
|
4
|
-
*
|
|
5
|
-
*****************************************/
|
|
6
|
-
|
|
7
|
-
const l=a((o={})=>({name:"webpack",config(){return this.log(LogLevelLabel.TRACE,"Providing default configuration for the Powerlines `webpack` build plugin."),{build:{...o,variant:"webpack"}}},async build(){a$1(n({entry:this.entry.reduce((i,e)=>(i[e.output||e.name||e.file]=e.file,i),{})},extractWebpackConfig(this),{plugins:[createWebpackPlugin(this)]}));}}),"plugin");var v=l;export{v as default,l as plugin};
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export { W as WebpackPluginContext, a as WebpackPluginOptions, b as WebpackPluginResolvedConfig, d as __ΩWebpackPluginContext, _ as __ΩWebpackPluginOptions, c as __ΩWebpackPluginResolvedConfig } from '../index-DPoFWHCN.js';
|
|
2
|
-
import 'webpack';
|
|
3
|
-
import '@stryke/env/get-env-paths';
|
|
4
|
-
import '@stryke/types/base';
|
|
5
|
-
import '@stryke/types/package-json';
|
|
6
|
-
import 'jiti';
|
|
7
|
-
import 'magic-string';
|
|
8
|
-
import 'semver';
|
|
9
|
-
import 'ts-morph';
|
|
10
|
-
import 'unplugin';
|
|
11
|
-
import '@storm-software/build-tools/types';
|
|
12
|
-
import '@storm-software/config-tools/types';
|
|
13
|
-
import '@storm-software/config/types';
|
|
14
|
-
import '@stryke/types/configuration';
|
|
15
|
-
import '@stryke/types/file';
|
|
16
|
-
import 'vite';
|
|
17
|
-
import '@stryke/fs/resolve';
|
|
18
|
-
import '@stryke/types/array';
|
|
19
|
-
import '@stryke/types/tsconfig';
|
|
20
|
-
import 'typescript';
|
package/dist/types/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export*from'./plugin';
|
package/dist/types/plugin.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export { W as WebpackPluginContext, a as WebpackPluginOptions, b as WebpackPluginResolvedConfig, d as __ΩWebpackPluginContext, _ as __ΩWebpackPluginOptions, c as __ΩWebpackPluginResolvedConfig } from '../index-DPoFWHCN.js';
|
|
2
|
-
import 'webpack';
|
|
3
|
-
import '@stryke/env/get-env-paths';
|
|
4
|
-
import '@stryke/types/base';
|
|
5
|
-
import '@stryke/types/package-json';
|
|
6
|
-
import 'jiti';
|
|
7
|
-
import 'magic-string';
|
|
8
|
-
import 'semver';
|
|
9
|
-
import 'ts-morph';
|
|
10
|
-
import 'unplugin';
|
|
11
|
-
import '@storm-software/build-tools/types';
|
|
12
|
-
import '@storm-software/config-tools/types';
|
|
13
|
-
import '@storm-software/config/types';
|
|
14
|
-
import '@stryke/types/configuration';
|
|
15
|
-
import '@stryke/types/file';
|
|
16
|
-
import 'vite';
|
|
17
|
-
import '@stryke/fs/resolve';
|
|
18
|
-
import '@stryke/types/array';
|
|
19
|
-
import '@stryke/types/tsconfig';
|
|
20
|
-
import 'typescript';
|
|
File without changes
|