-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
This plugin is useless when use typescript.
Here is my config content
.babelrc content:
{
"plugins": [
"recharts"
],
"presets": [
"env",
"stage-0",
"react"
]
}tsconfig.json content:
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es6",
"jsx": "preserve"
},
"include": [
"./src/**/*"
]
}webpack config loaders' content:
{
test: /\.tsx?$/,
use: [{
loader: 'babel-loader'
}, {
loader: 'awesome-typescript-loader'
}],
exclude: /node_modules/
}buhe, tuberrabbit, triedal, slavasitnikov, notmd and 1 more
Metadata
Metadata
Assignees
Labels
No labels