chore: 更新仓库 URL (ecs-framework → esengine)
仓库已从 esengine/ecs-framework 重命名为 esengine/esengine 更新所有引用旧 URL 的文件
This commit is contained in:
@@ -15,7 +15,7 @@ const banner = `/**
|
||||
* @license ${pkg.license}
|
||||
*/`;
|
||||
|
||||
const external = ['@esengine/ecs-framework'];
|
||||
const external = ['@esengine/esengine'];
|
||||
|
||||
const commonPlugins = [
|
||||
resolve({
|
||||
@@ -94,7 +94,7 @@ module.exports = [
|
||||
sourcemap: true,
|
||||
exports: 'named',
|
||||
globals: {
|
||||
'@esengine/ecs-framework': 'ECS'
|
||||
'@esengine/esengine': 'ECS'
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
@@ -181,6 +181,6 @@ module.exports = [
|
||||
respectExternal: true
|
||||
})
|
||||
],
|
||||
external: ['@esengine/ecs-framework']
|
||||
external: ['@esengine/esengine']
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user