Vue-cli webpack issues due to empty black-engine.min.js
robjermy opened this issue · 1 comments
robjermy commented
Describe the bug
The file "dist/black-engine.min.js" is empty. As such when dependencies are gathered this empty file is found for the engine resulting in failures at runtime.
To Reproduce
Steps to reproduce the behavior:
- Go to "dist" folder
- Click on 'black-engine.min.js'
- See that the only line in it is 'use strict';
Expected behavior
It should contain the minified source code for the engine
62316e commented
Thanks for reporting the issue. Fixed.