1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-10 13:50:05 +00:00

chore: addressing comments

This commit is contained in:
2021-07-28 18:18:26 +02:00
parent d123296359
commit b217499b59
7 changed files with 3 additions and 55 deletions

View File

@@ -8,7 +8,7 @@ const webpackOptions = {
rules: [
{
test: /\.ts$/,
loaders: ['ts-loader', 'angular2-template-loader'],
loaders: ['ts-loader'],
exclude: [/node_modules/],
},
{