https://github.com/pyramation/webpack-issue-cli
https://github.com/pyramation/webpack-issue-cli
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyramation/webpack-issue-cli
- Owner: pyramation
- Created: 2019-03-07T06:06:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T06:37:20.000Z (over 7 years ago)
- Last Synced: 2025-03-13T02:03:53.776Z (over 1 year ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# webpack issue
1. try building without aria
```sh
yarn build:noaria
```
You'll see a new JS file, hurray!
2. try building with aria
```sh
yarn build:aria
```
NOTHING! errors. bummer. Here are the errors:
```
ERROR in ./node_modules/bindings/bindings.js
Module not found: Error: Can't resolve 'fs' in '/webpack-issue-cli/node_modules/bindings'
@ ./node_modules/bindings/bindings.js 5:9-22
@ ./node_modules/node-expat/lib/node-expat.js
@ ./node_modules/xml2js-expat/lib/xml2js.js
@ ./node_modules/aria/aria.js
```