You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ship this bundle as a standalone artifact so obviously I can't have this emitted. I'd like the convenience of inline mode though; is that possible to support?
The text was updated successfully, but these errors were encountered:
hellochar
added a commit
to palantir/plottable
that referenced
this issue
Feb 8, 2017
webpack-dev-server now emits the plottable.js file as it gets changed.
Unfortunately, because of gajus/write-file-webpack-plugin#35
I turned off livereloading unless you use the localhost:9999/webpack-dev-server/<filepath>
url.
…ching (#3225)
* fix `grunt`; fix `npm run start`; watch writes to plottable.js
webpack-dev-server now emits the plottable.js file as it gets changed.
Unfortunately, because of gajus/write-file-webpack-plugin#35
I turned off livereloading unless you use the localhost:9999/webpack-dev-server/<filepath>
url.
* include write-file-webpack-plugin as a devDependency
Using inline mode, WriteFilePlugin is emitting the webpack-dev-server client entry code into my bundle:
I ship this bundle as a standalone artifact so obviously I can't have this emitted. I'd like the convenience of inline mode though; is that possible to support?
The text was updated successfully, but these errors were encountered: