diff --git a/Gulpfile.js b/Gulpfile.js index b9d70a1d..2ba76232 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -51,7 +51,9 @@ function getWebpackConfig(extension, overrides) { }, { test: /\.ts$/, use: 'ts-loader', - exclude: /node_modules/, + include: [ + path.resolve(__dirname, 'src') + ] }, { test: /\.json/, use: 'json-loader',