Skip to content

Commit

Permalink
fix: pkgs names, lessCopy
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Mar 12, 2022
1 parent 0cffc2a commit 3dfb041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/pro-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pro-layout",
"name": "@ant-design-vue/pro-layout",
"version": "3.2.0-alpha.1",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/pro-layout/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const distDir = fileURLToPath(new URL('./dist', import.meta.url))

// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue(), vueJsx()],
plugins: [vue(), vueJsx(), lessCopy()],
resolve: {
alias: {
'@ant-design-vue/pro-layout': srcDir,
Expand Down

0 comments on commit 3dfb041

Please sign in to comment.