issues
search
bhaptics
/
tact-js
Other
8
stars
4
forks
source link
Update project setting
#34
Closed
westside
closed
6 months ago
westside
commented
6 months ago
Changes
Webpack Configuration:
Version Update: update version to 0.4.4
Updated the Webpack configuration to optimize build settings and improve development workflow
Added watch mode for automatic rebuilds on file changes.
Configured UMD output to ensure compatibility with both Node.js and browser environments.
Added an HTML sample (index.html) to demonstrate how to use the bundled library in a browser environment.
Included basic usage examples of the tact-js library within the HTML file.
Changes