Commit 16d41095 by Peter Holmberg

reverting babel change

parent f95b80b7
...@@ -44,7 +44,7 @@ module.exports = merge(common, { ...@@ -44,7 +44,7 @@ module.exports = merge(common, {
module: { module: {
rules: [ rules: [
{ {
test: /(?!.*\.test)\.(ts|tsx)$/, test: /\.tsx?$/,
exclude: /node_modules/, exclude: /node_modules/,
use: [ use: [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment