mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
remove TS_RULE customization
This commit is contained in:
parent
4cff1fa67b
commit
22c9a5ba8e
|
@ -17,12 +17,12 @@ const TS_RULE = {
|
||||||
loader: 'awesome-typescript-loader',
|
loader: 'awesome-typescript-loader',
|
||||||
exclude: /(node_modules)/,
|
exclude: /(node_modules)/,
|
||||||
};
|
};
|
||||||
|
//
|
||||||
if (IS_MODULE) {
|
// if (IS_MODULE) {
|
||||||
TS_RULE.query = {
|
// TS_RULE.query = {
|
||||||
noEmitHelpers: false
|
// noEmitHelpers: false
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
context: root(),
|
context: root(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user