@joystick.js/cli-canary 0.0.0-canary.5 → 0.0.0-canary.6
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.
|
@@ -3,7 +3,7 @@ import svg from "esbuild-plugin-svg";
|
|
|
3
3
|
import fs from "fs";
|
|
4
4
|
import plugins from "./buildPlugins.js";
|
|
5
5
|
import onWarn from "./onWarn.js";
|
|
6
|
-
import getCodeFrame from "../../lib/getCodeFrame.js";
|
|
6
|
+
import getCodeFrame from "../../lib/build/getCodeFrame.js";
|
|
7
7
|
const configs = {
|
|
8
8
|
node: (inputPath, outputPath = null, environment = "development") => ({
|
|
9
9
|
entryPoints: [inputPath],
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@ import svg from "esbuild-plugin-svg";
|
|
|
3
3
|
import fs from "fs";
|
|
4
4
|
import plugins from "./buildPlugins.js";
|
|
5
5
|
import onWarn from "./onWarn.js";
|
|
6
|
-
import getCodeFrame from "../../lib/getCodeFrame.js";
|
|
6
|
+
import getCodeFrame from "../../lib/build/getCodeFrame.js";
|
|
7
7
|
|
|
8
8
|
const configs = {
|
|
9
9
|
node: (inputPath, outputPath = null, environment = "development") => ({
|