Skip to content

Commit

Permalink
fix(mini-runner): 编译原生tt小程序样式文件没有loader处理 (#6088)
Browse files Browse the repository at this point in the history
  • Loading branch information
fupengl authored May 7, 2020
1 parent dd7b918 commit 0dd1d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-runner-utils/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const REG_SASS = /\.(s[ac]ss)$/
export const REG_LESS = /\.less$/
export const REG_STYLUS = /\.styl$/
export const REG_STYLE = /\.(css|scss|sass|less|styl|wxss|acss|qss|ttss)(\?.*)?$/
export const REG_CSS = /\.(css|wxss|acss)(\?.*)?$/
export const REG_CSS = /\.(css|wxss|acss|ttss)(\?.*)?$/
export const REG_MEDIA = /\.(mp4|webm|ogg|mp3|wav|flac|aac)(\?.*)?$/
export const REG_IMAGE = /\.(png|jpe?g|gif|bpm|svg|webp)(\?.*)?$/
export const REG_FONT = /\.(woff2?|eot|ttf|otf)(\?.*)?$/
Expand Down

0 comments on commit 0dd1d30

Please sign in to comment.