Skip to content

Commit 991d75c

Browse files
committed
chore: fix libs
1 parent 318702f commit 991d75c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mara-x/hooks/prepublishOnly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = require('../config')
2-
const { isInstalled } = require('../libs/utils')
2+
const { isInstalled } = require('../lib/utils')
33

44
if (isInstalled('@mara/plugin-extract-comp-meta')) {
55
const plugin = require('@mara/plugin-extract-comp-meta')

packages/mara-x/lib/hybrid/SinaHybridPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const devalue = require('devalue')
55
const chalk = require('chalk')
66
const semver = require('semver')
77
const ConcatSource = require('webpack-sources/lib/ConcatSource')
8-
const { rootPath } = require('../../libs/utils')
8+
const { rootPath } = require('../../lib/utils')
99
const ManifestPlugin = require('./ManifestPlugin')
1010

1111
/**

0 commit comments

Comments
 (0)