mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
chore: addressing comments
This commit is contained in:
@@ -8,7 +8,7 @@ const webpackOptions = {
|
||||
rules: [
|
||||
{
|
||||
test: /\.ts$/,
|
||||
loaders: ['ts-loader', 'angular2-template-loader'],
|
||||
loaders: ['ts-loader'],
|
||||
exclude: [/node_modules/],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user