Skip to content

Commit

Permalink
chore: fix build time
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Apr 9, 2021
1 parent f471b6f commit 75f9751
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ export default {
extensions: ['.ts', '.js']
},
module: {
noParse: [
/\/brace\//
],
rules: [{
test: /\.(js|ts)$/,
test: /\.tsx?$/,
loader: 'ts-loader',
options: {
compilerOptions: {
Expand Down Expand Up @@ -44,4 +47,4 @@ export default {
filename: '[name].js',
assetModuleFilename: '[name].css'
}
};
};

0 comments on commit 75f9751

Please sign in to comment.