Skip to content

fix: support context of webpack.config#62

Open
daichi-yamauchi wants to merge 1 commit intopatrickhulce:masterfrom
daichi-yamauchi:master
Open

fix: support context of webpack.config#62
daichi-yamauchi wants to merge 1 commit intopatrickhulce:masterfrom
daichi-yamauchi:master

Conversation

@daichi-yamauchi
Copy link

Fix that specifying the context of webpack.config cause no such file error.

Occurred error

  • webpack.config.js
module.exports = {
  //...
  context: path.resolve(__dirname, 'app'),
};

Run npx webpack

Error: ENOENT: no such file or directory, stat 'fonts/my-font.ttf'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant