For questions please post on Stack Overflow and use the 'webpack' tag (http://stackoverflow.com/tags/webpack).
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump simple-git from 2.48.0 to … (compare)
dependabot[bot] on npm_and_yarn
Bump core-js from 3.20.3 to 3.2… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
{
test: /data\/json\/.+\.json$/
loader: 'file-loader',
options: {
// Look at https://webpack.js.org/configuration/output/#template-strings to see additional template strings.
name: '[path][name].[hash:6][ext]'
}
}
_0xef14
So I didn't think that they used obfuscator. Do you think we can tell obfuscator to not convert anything like _0xef14
as browser sometime things that this is virus code.
a
, b
, c
, etc. What you shared could theoretically label itself a minifier as the lines sometimes are blurred.npm install
hi all, i'm getting a one time warning after upgrading some dependencies, not seeing any issues for it as its a warning, and the app is working fine, but wondering what this means?
[webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Resolving 'lodash/package.json' in /Users/kelly/tock/admin/clowncar/node_modules/babel-plugin-lodash/lib for build dependencies doesn't lead to expected result '/Users/kelly/tock/admin/clowncar/node_modules/lodash/package.json', but to '/Users/kelly/tock/admin/clowncar/node_modules/babel-plugin-lodash/node_modules/lodash/package.json' instead. Resolving dependencies are ignored for this path.
I updated babel-loader with a minor bump, and webpack as well, and babel-core,
babel-core - 7.13.15
babel-loader - 8.2.2
webpack - 5.31.0
after I get this, stop, then start it, it is no longer shown, guessing because its cached.