mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Client: responsive design
This commit is contained in:
parent
240c64c5f4
commit
383bfc8356
28 changed files with 385 additions and 262 deletions
|
@ -90,23 +90,24 @@ module.exports = function (env) {
|
|||
|
||||
module: {
|
||||
|
||||
rules: [
|
||||
{
|
||||
test: /\.ts$/,
|
||||
use: [
|
||||
{
|
||||
loader: 'tslint-loader',
|
||||
options: {
|
||||
configFile: 'tslint.json'
|
||||
}
|
||||
}
|
||||
],
|
||||
exclude: [
|
||||
/\.(spec|e2e)\.ts$/,
|
||||
/node_modules\//
|
||||
]
|
||||
}
|
||||
]
|
||||
// Too slow, life is short
|
||||
// rules: [
|
||||
// {
|
||||
// test: /\.ts$/,
|
||||
// use: [
|
||||
// {
|
||||
// loader: 'tslint-loader',
|
||||
// options: {
|
||||
// configFile: 'tslint.json'
|
||||
// }
|
||||
// }
|
||||
// ],
|
||||
// exclude: [
|
||||
// /\.(spec|e2e)\.ts$/,
|
||||
// /node_modules\//
|
||||
// ]
|
||||
// }
|
||||
// ]
|
||||
},
|
||||
|
||||
plugins: [
|
||||
|
@ -202,6 +203,7 @@ module.exports = function (env) {
|
|||
tslint: {
|
||||
emitErrors: false,
|
||||
failOnHint: false,
|
||||
typeCheck: true,
|
||||
resourcePath: 'src'
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue