MassiveHeights/Black

Vue-cli webpack issues due to empty black-engine.min.js

robjermy opened this issue · 1 comments

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:

  1. Go to "dist" folder
  2. Click on 'black-engine.min.js'
  3. See that the only line in it is 'use strict';

Expected behavior
It should contain the minified source code for the engine

Thanks for reporting the issue. Fixed.