1
0
mirror of synced 2026-03-23 02:58:34 +08:00

build(editor): 由于生成.d文件无法将别名转化成真实路径,暂时将@editor改回相对路径

This commit is contained in:
roymondchen
2022-08-05 20:09:27 +08:00
committed by jia000
parent 5e36ca8e47
commit 08dae20aa0
35 changed files with 79 additions and 85 deletions

View File

@@ -37,7 +37,6 @@ export default defineConfig({
resolve: {
alias: [
{ find: /@editor/, replacement: path.join(__dirname, '../packages/editor/src') },
{
find: /^@tmagic\/editor\/src\/theme\/index.scss/,
replacement: path.join(__dirname, '../packages/editor/src/theme/index.scss'),