Skip to content

Commit

Permalink
feat: parse typescript as javascript files
Browse files Browse the repository at this point in the history
  • Loading branch information
ephys committed Nov 11, 2019
1 parent d15590d commit 78ef8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internals/webpack/WebpackConfigBuilder.js
Expand Up @@ -32,7 +32,7 @@ export default class WebpackConfigBuilder {
constructor() {
const state: WcbState = {
fileTypes: {
[FILE_TYPE_JS]: ['js', 'jsx', 'mjs'],
[FILE_TYPE_JS]: ['js', 'jsx', 'mjs', 'ts', 'tsx'],
[FILE_TYPE_CSS]: ['css'],
[FILE_TYPE_IMG]: ['jpg', 'jpeg', 'png', 'gif', 'svg', 'webp'],
},
Expand Down

0 comments on commit 78ef8b9

Please sign in to comment.