A sample application showing the use of the scalable-marker-symbol example.
git clone https://github.com/pacruz/scalable-marker-symbol-viewer
cd scalable-marker-symbol-viewer
npm install
For development:
npm run dev
For "production":
npm run build
Open the dist\index.html
file to view the application. Optionally, you can expand this example to use something like lite-server or browsersync.
Live site here
I'll admit I'm no expert with webpack...