@dcoder-x/next 0.1.0 → 0.1.1
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ClippyPluginOptions } from '@
|
|
1
|
+
import type { ClippyPluginOptions } from '@dcoder-x/plugin-shared';
|
|
2
2
|
export declare function withClippy(nextConfig: Record<string, any> | undefined, options: ClippyPluginOptions): {
|
|
3
3
|
webpack(config: any, context: any): any;
|
|
4
4
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ClippyWebpackPlugin = void 0;
|
|
4
|
-
const RouteExtractor_1 = require("@
|
|
5
|
-
const ComponentExtractor_1 = require("@
|
|
6
|
-
const SelectorGenerator_1 = require("@
|
|
7
|
-
const FlowInferrer_1 = require("@
|
|
8
|
-
const PackageBuilder_1 = require("@
|
|
9
|
-
const PackageWriter_1 = require("@
|
|
10
|
-
const Uploader_1 = require("@
|
|
4
|
+
const RouteExtractor_1 = require("@dcoder-x/plugin-shared/extractors/RouteExtractor");
|
|
5
|
+
const ComponentExtractor_1 = require("@dcoder-x/plugin-shared/extractors/ComponentExtractor");
|
|
6
|
+
const SelectorGenerator_1 = require("@dcoder-x/plugin-shared/extractors/SelectorGenerator");
|
|
7
|
+
const FlowInferrer_1 = require("@dcoder-x/plugin-shared/extractors/FlowInferrer");
|
|
8
|
+
const PackageBuilder_1 = require("@dcoder-x/plugin-shared/upload/PackageBuilder");
|
|
9
|
+
const PackageWriter_1 = require("@dcoder-x/plugin-shared/upload/PackageWriter");
|
|
10
|
+
const Uploader_1 = require("@dcoder-x/plugin-shared/upload/Uploader");
|
|
11
11
|
class ClippyWebpackPlugin {
|
|
12
12
|
constructor(options, context) {
|
|
13
13
|
this.options = options;
|