nz-toggle icon indicating copy to clipboard operation
nz-toggle copied to clipboard

Browserify error fix

Open rgolea opened this issue 8 years ago • 0 comments

The array was giving an error:

    throw new TypeError('Path must be a string. Received ' + inspect(path));
    ^

TypeError: Path must be a string. Received [ 'dist/nz-toggle.js', 'dist/nz-toggle.css' ]

rgolea avatar Oct 11 '16 09:10 rgolea