Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dinamic Bundle Names Files Exclude#1058

Unanswered
BlackYuzia asked this question inQ&A
Discussion options

Hi there.

// ...constexclude=[isDev ?"index.js" :""];// ...    entry:{test:'./index.js',},output:{path:path.resolve(__dirname,'dist'),filename:'[name].[fullhash:8].bundle.js',},plugins:[newWebpackObfuscatorPlugin(obfuscatorConfig,exclude)]// This probably won't exclude index.js// ...

if I change filename: '[name].[fullhash:8].bundle.js' toindex.js, then exclude files would work.
So, I have a question:How I could exclude files from obfuscation with dynamic names of bundles?

You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
1 participant
@BlackYuzia

[8]ページ先頭

©2009-2025 Movatter.jp