Skip to content

Commit

Permalink
Remove warning bullshit.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Nov 8, 2018
1 parent c0b7070 commit f2003aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
**/src/Squidex/Assets/*.*

**/src/Squidex/appsettings.Development.json
**/src/Squidex/appsettings.Production.json
**/src/Squidex/Properties/launchSettings.json

CHANGELOG.md
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ node_modules/
**/wwwroot/scripts/**/*.*

/src/Squidex/appsettings.Development.json
/src/Squidex/appsettings.Production.json
/src/Squidex/Assets
/src/Squidex/package-lock.json
/src/Squidex/Properties/launchSettings.json
Expand Down
5 changes: 0 additions & 5 deletions src/Squidex/app-config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ module.exports = {
test: /\.mjs$/,
type: "javascript/auto",
include: [/node_modules/],
}, {
test: /[\/\\]@angular[\/\\]core[\/\\].+\.js$/, // Remove warning from angular6
parser: { system: true },
include: [/node_modules/],
}, {
test: /\.ts$/,
use: [{
Expand Down Expand Up @@ -144,7 +140,6 @@ module.exports = {
}),

new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/),
new webpack.ContextReplacementPlugin(/\@angular(\\|\/)core(\\|\/)fesm5/, helpers.root('app')), // Remove warning from angular6

/**
* Shim additional libraries
Expand Down

0 comments on commit f2003aa

Please sign in to comment.