Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error...the newest version. #7070

Open
4 tasks done
andylau004 opened this issue Jun 12, 2024 · 1 comment
Open
4 tasks done

build error...the newest version. #7070

andylau004 opened this issue Jun 12, 2024 · 1 comment
Labels
waiting for data Waiting for users to provide more data.

Comments

@andylau004
Copy link

andylau004 commented Jun 12, 2024

Prerequisites

Platform (OS and CPU architecture)

Linux, AMD64 (aka x86_64)

Installation

GitHub releases or script from README

Setup

On one machine

AdGuard Home version

master

Action

build error output: log.txt

log.txt

Expected result

build success

Actual result

> [email protected] build-prod
> cross-env BUILD_ENV=prod webpack --config webpack.prod.js

(node:215964) [DEP_WEBPACK_TEMPLATE_PATH_PLUGIN_REPLACE_PATH_VARIABLES_HASH] DeprecationWarning: [hash] is now [fullhash] (also consider using [chunkhash] or [contenthash], see documentation for details)
(Use `node --trace-deprecation ...` to show where the warning was created)
12 assets
453 modules

WARNING in ./src/initialState.ts 82:23-44
export 'DEFAULT_BLOCKING_IPV4' (imported as 'DEFAULT_BLOCKING_IPV4') was not found in './reducers/dnsConfig' (possible exports: default)

WARNING in ./src/initialState.ts 83:23-44
export 'DEFAULT_BLOCKING_IPV6' (imported as 'DEFAULT_BLOCKING_IPV6') was not found in './reducers/dnsConfig' (possible exports: default)

ERROR in ./src/components/App/index.js 104:57
Module parse failed: Unexpected token (104:57)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders

Additional information and/or screenshots

cc 2024-06-12T07_49_59 888Z

No response

@schzhn
Copy link
Member

schzhn commented Jun 13, 2024

Try

make js-deps
make

@tjharman tjharman added the waiting for data Waiting for users to provide more data. label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for data Waiting for users to provide more data.
Projects
None yet
Development

No branches or pull requests

3 participants