hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.16k stars 399 forks source link

Dev server #252

Closed positlabs closed 1 year ago

positlabs commented 1 year ago

A more recent version of the webpack cli has a built-in dev server. I added a command and updated docs about how to use it.

hiukim commented 1 year ago

Thanks for the PR and sorry for the late reply.

We have replaced webpack with vite in our recent update due to some issue when we migrate to ES module. https://github.com/hiukim/mind-ar-js/pull/311

I guess the webpack dev server might not be working anymore?

positlabs commented 1 year ago

I see there's a dev server command for vite now so I'll close this PR