mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
removed tslint-loader, breaks aot build
This commit is contained in:
@@ -25,6 +25,7 @@ install:
|
|||||||
- travis_retry yarn install
|
- travis_retry yarn install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- travis_wait yarn run lint
|
||||||
- travis_wait yarn run build
|
- travis_wait yarn run build
|
||||||
- export CHROME_BIN=chromium-browser
|
- export CHROME_BIN=chromium-browser
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
|
@@ -186,7 +186,6 @@
|
|||||||
"ts-helpers": "1.1.2",
|
"ts-helpers": "1.1.2",
|
||||||
"ts-node": "3.3.0",
|
"ts-node": "3.3.0",
|
||||||
"tslint": "5.7.0",
|
"tslint": "5.7.0",
|
||||||
"tslint-loader": "3.5.3",
|
|
||||||
"typedoc": "0.8.0",
|
"typedoc": "0.8.0",
|
||||||
"typescript": "2.5.2",
|
"typescript": "2.5.2",
|
||||||
"webpack": "3.6.0",
|
"webpack": "3.6.0",
|
||||||
|
@@ -58,10 +58,6 @@ const COMPONENTS = [
|
|||||||
CommunityListElementComponent
|
CommunityListElementComponent
|
||||||
];
|
];
|
||||||
|
|
||||||
const PROVIDERS = [
|
|
||||||
|
|
||||||
];
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
...MODULES
|
...MODULES
|
||||||
@@ -74,9 +70,6 @@ const PROVIDERS = [
|
|||||||
...MODULES,
|
...MODULES,
|
||||||
...PIPES,
|
...PIPES,
|
||||||
...COMPONENTS
|
...COMPONENTS
|
||||||
],
|
|
||||||
providers: [
|
|
||||||
...PROVIDERS
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class SharedModule {
|
export class SharedModule {
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"genDir": ".",
|
|
||||||
"entryModule": "./app/browser-app.module#BrowserAppModule"
|
"entryModule": "./app/browser-app.module#BrowserAppModule"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"genDir": ".",
|
|
||||||
"entryModule": "./app/server-app.module#ServerAppModule"
|
"entryModule": "./app/server-app.module#ServerAppModule"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -15,11 +15,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [{
|
rules: [{
|
||||||
test: /\.ts$/,
|
|
||||||
enforce: 'pre',
|
|
||||||
loader: 'tslint-loader'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
test: /\.ts$/,
|
test: /\.ts$/,
|
||||||
loader: '@ngtools/webpack'
|
loader: '@ngtools/webpack'
|
||||||
},
|
},
|
||||||
|
12
yarn.lock
12
yarn.lock
@@ -6521,7 +6521,7 @@ right-align@^0.1.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
align-text "^0.1.1"
|
align-text "^0.1.1"
|
||||||
|
|
||||||
rimraf@2, rimraf@^2.2.8, rimraf@^2.4.4, rimraf@^2.5.1, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.0, rimraf@^2.6.1:
|
rimraf@2, rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.0, rimraf@^2.6.1:
|
||||||
version "2.6.1"
|
version "2.6.1"
|
||||||
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
|
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -7500,16 +7500,6 @@ tslib@^1.7.1:
|
|||||||
version "1.7.1"
|
version "1.7.1"
|
||||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
|
||||||
|
|
||||||
tslint-loader@3.5.3:
|
|
||||||
version "3.5.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/tslint-loader/-/tslint-loader-3.5.3.tgz#343f74122d94f356b689457d3f59f64a69ab606f"
|
|
||||||
dependencies:
|
|
||||||
loader-utils "^1.0.2"
|
|
||||||
mkdirp "^0.5.1"
|
|
||||||
object-assign "^4.1.1"
|
|
||||||
rimraf "^2.4.4"
|
|
||||||
semver "^5.3.0"
|
|
||||||
|
|
||||||
tslint@5.7.0:
|
tslint@5.7.0:
|
||||||
version "5.7.0"
|
version "5.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.7.0.tgz#c25e0d0c92fa1201c2bc30e844e08e682b4f3552"
|
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.7.0.tgz#c25e0d0c92fa1201c2bc30e844e08e682b4f3552"
|
||||||
|
Reference in New Issue
Block a user