Skip to content

Browserify error fix - #37

Open
rgolea wants to merge 1 commit into
tannerlinsley:masterfrom
rgolea:patch-1
Open

Browserify error fix#37
rgolea wants to merge 1 commit into
tannerlinsley:masterfrom
rgolea:patch-1

Conversation

@rgolea

@rgolea rgolea commented Oct 11, 2016

Copy link
Copy Markdown

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' ]

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 rgolea changed the title Browserify compatible Browserify error fix Oct 11, 2016
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