Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 73a7137

Browse files
author
Alexey Ivanov
committed
Add picturefill to webpack.config
1 parent 03bd2da commit 73a7137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ module.exports = {
3939
mode: isProd ? 'production' : 'development',
4040
entry: {
4141
bundle: './source/js/index.js',
42-
style: './source/scss/style.scss',
42+
libs: ['picturefill'],
43+
style: './source/scss/style.scss'
4344
},
4445
devtool: 'inline-source-map',
4546
devServer: {

0 commit comments

Comments
 (0)