Skip to content

Commit

Permalink
feat: support basic component @ali/deep (#78) (#79)
Browse files Browse the repository at this point in the history
* feat: support basic component @ali/deep (#78)

* chore: changelog
  • Loading branch information
ClarkXia authored and imsobear committed Dec 18, 2019
1 parent 807ae9e commit 43dbef8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ build
.vscode/
.tmp/
npmrc
.idea
4 changes: 4 additions & 0 deletions packages/ice-plugin-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.9

- [feat] support basic component @ali/deep for style generate

## 0.1.7

- [feat] support option watch for compile library when source files changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ module.exports = class ComponentStyleGenerator {
/@alifd\/.*/,
/^@alifd\/next\/lib\/([^/]+)/,
/@ali\/ice-.*/,
/@ali\/deep-.*/,
/@ali\/deep\/lib\/([^/]+)/,
];
const isInteranlLibrary = internalLibrary.some((library) => {
return library.test(dep);
Expand Down
2 changes: 1 addition & 1 deletion packages/ice-plugin-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ice-plugin-component",
"version": "0.1.8",
"version": "0.1.9",
"description": "ice plugin for develop component",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 43dbef8

Please sign in to comment.