Skip to content

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