issues Search Results · repo:lodash/lodash-webpack-plugin language:JavaScript
Filter by
90 results
(104 ms)90 results
inlodash/lodash-webpack-plugin (press backspace or delete to remove)Hey guys,
Thank you for the amazing plugin that saves us so much space and headaches of building our own.
I wanted to share our recent experience that ended up costing us many senior developer hours ...
KatFishSnake
- Opened on Jun 21, 2022
- #187
Hello. I hope you are doing well. When I configured lodash webpack plugin and build it in runtime, I got below error. `
ERROR in ./assets/js/theme/account.js Module build failed (from ./node_modules/babel-loader/lib/index.js): ...
blueror0105
- Opened on May 15, 2022
- #186
Can i use this plugin in pnpm? I have a try, but lodash-webpack-plugin and babel-plugin-lodash do not work.
chenjie-cnooc
- Opened on Jan 11, 2022
- #183
image
plugins : [
new LodashModuleReplacementPlugin(),
new webpack.optimize.UglifyJsPlugin()
]
mlxiao93
- 2
- Opened on Sep 21, 2021
- #181
lodash-webpack-plugin could affect third-party packages
Say that you use some third-party package that uses lodash/map like this:
// third-party package:
import path from lodash/path
map([], path ...
meowtec
- 2
- Opened on Feb 6, 2021
- #177
I try to use lodash-webpack-plugin@0.11.6 to make my lib as small as possible But I got a bug when I use get from
lodash. I read the code and noticed
[ _baseGet , _getValue ],
in mapping.js
But , actually ...
backlost
- 1
- Opened on Jan 28, 2021
- #176
This plugin is not compatible with latest Webpack anymore (v5), as it has some API changes.
Please see details here https://github.com/webpack/webpack/issues/11647
duplicate
creage
- 3
- Opened on Oct 12, 2020
- #174
import _ from lodash
console.log( testget , _.get({ a: { b: 1 } }, a.b , )) // error console.log( testclonedeep , _.cloneDeep({ a: { b: 1 }
})) // {a:{b:1}} right
invalid
yuzihan30
- 2
- Opened on Jun 28, 2020
- #170
https://github.com/lodash/lodash-webpack-plugin/blob/master/src/mapping.js#L39
question
liyatang
- 1
- Opened on Mar 23, 2020
- #169

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.