File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ const addPlugins = webpack2Block.addPlugins
1616const babel = require ( '@webpack-blocks/babel6' ) ;
1717const devServer = require ( '@webpack-blocks/dev-server2' ) ;
1818const typescript = require ( '@webpack-blocks/typescript' ) ;
19- const tslint = require ( '@webpack-blocks/tslint' ) ;
2019const webpack = require ( 'webpack' ) ;
2120const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
2221const CopyWebpackPlugin = require ( 'copy-webpack-plugin' ) ;
@@ -90,8 +89,7 @@ module.exports = function(language) {
9089 babelOptions : babelConfig ,
9190 useCache : true ,
9291 cacheDirectory : 'node_modules/.cache/at-loader'
93- } ) ,
94- tslint ( )
92+ } )
9593 ] )
9694
9795 return createConfig ( config )
Original file line number Diff line number Diff line change 3232 "dependencies" : {
3333 "@webpack-blocks/babel6" : " ^0.4.1" ,
3434 "@webpack-blocks/dev-server2" : " ^0.4.0" ,
35- "@webpack-blocks/tslint" : " ^0.4.0" ,
3635 "@webpack-blocks/typescript" : " ^0.4.1" ,
3736 "@webpack-blocks/webpack2" : " ^0.4.0" ,
3837 "babel-plugin-transform-object-rest-spread" : " ^6.23.0" ,
You can’t perform that action at this time.
0 commit comments