mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
added klaro exclusion to webpack/tsconfig
This commit is contained in:
@@ -25,7 +25,13 @@ module.exports = {
|
||||
module: {
|
||||
noParse: /polyfills-.*\.js/,
|
||||
rules: [
|
||||
{ test: /\.ts$/, loader: 'ts-loader',
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: [/node_modules\/klaro/],
|
||||
},
|
||||
|
||||
{
|
||||
test: /\.ts$/, loader: 'ts-loader',
|
||||
options: {
|
||||
configFile: "tsconfig.server.json"
|
||||
} },
|
||||
|
Reference in New Issue
Block a user