mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
chore(package): update lockfile package-lock.json
This commit is contained in:
committed by
Denis Demchenko
parent
67c6db946c
commit
051a377a78
@@ -4,7 +4,7 @@ module.exports = {
|
||||
mode: 'production', // "production" | "development" | "none"
|
||||
// Chosen mode tells webpack to use its built-in optimizations accordingly.
|
||||
entry: {
|
||||
bundled: ['babel-polyfill', './src/bowser.js'],
|
||||
bundled: ['@babel/polyfill', './src/bowser.js'],
|
||||
es5: './src/bowser.js',
|
||||
}, // string | object | array
|
||||
// defaults to ./src
|
||||
|
||||
Reference in New Issue
Block a user