mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
Merge pull request #1224 from balena-io/avoid-node-modules-transpilation
Avoid any transpilation of node_modules
This commit is contained in:
commit
3c80cd9a91
@ -6,5 +6,5 @@
|
||||
"preserveConstEnums": true,
|
||||
"removeComments": true
|
||||
},
|
||||
"include": ["src/**/*.ts", "typings/**/*.d.ts"]
|
||||
"include": ["src/**/*.ts", "src/**/*.js", "typings/**/*.d.ts"]
|
||||
}
|
||||
|
@ -102,6 +102,7 @@ module.exports = function(env) {
|
||||
},
|
||||
{
|
||||
test: /\.ts$|\.js$/,
|
||||
exclude: /node_modules/,
|
||||
use: [
|
||||
{
|
||||
loader: 'ts-loader',
|
||||
|
Loading…
x
Reference in New Issue
Block a user