Skip to content

Latest commit

 

History

History
104 lines (46 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

104 lines (46 loc) · 4.06 KB

1.5.0 (2022-04-06)

Bug Fixes

  • add ut for named module on style tag (8bad397)

Features

  • split name module style block (da0a0aa)

1.4.4 (2022-01-25)

Bug Fixes

1.4.3 (2022-01-24)

Bug Fixes

  • watch 编译时,样式丢失 (def9e38)

1.4.2 (2021-12-23)

Bug Fixes

  • css 与 less 等规则没有写在一起时,只会给 css 规则增加 loader (621490a)

1.4.1 (2021-09-10)

Bug Fixes

1.4.0 (2021-09-10)

Features

  • 支持 append 自定义内容到编译结果中 #4 (a371d37)

1.3.3 (2021-08-26)

Bug Fixes

  • 与 MiniCssExtractPlugin 一起使用时,会多次编译/缺少样式 (f85c40f)

1.3.2 (2021-08-16)

Bug Fixes

  • 使用 template store 获取 key,解决组件中没有 style 不会进行编译的问题 (bbae0c4)
  • 将 store 与 compilation 进行绑定 (e3ec2c9)

1.3.1 (2021-08-16)

Bug Fixes

  • 没有传 template 时,会将 script 作为字符串输出 (336a1af)

1.3.0 (2021-06-15)

Features

  • 支持自定义 tsConfigPath (98d62b1)

1.2.0 (2021-04-01)

Features

  • template 中引用的静态资源 resolve 成打包后的真实地址 (ad12609)

1.1.4 (2021-03-12)

Bug Fixes

  • 多次执行时,loader 会添加多次 (657bb08)

1.1.3 (2021-01-21)

Bug Fixes

1.1.2 (2021-01-20)

Bug Fixes