Skip to content

Commit 78a1dc5

Browse files
committed
removed image related plugin
1 parent 6a2b2f6 commit 78a1dc5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/webpack.config.development.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ module.exports = {
5555
},
5656
plugins: [
5757
new ExtractTextPlugin('docs.css', { allChunks: true }),
58-
new TransferWebpackPlugin([{
59-
from: 'public/images',
60-
to: 'images'
61-
}], path.resolve(__dirname, './')),
6258
new webpack.HotModuleReplacementPlugin(),
6359
new webpack.DefinePlugin({
6460
'process.env.NODE_ENV': JSON.stringify('development')

0 commit comments

Comments
 (0)