UNPKG

showcar-storage

Version:

This module provides an abstraction layer for storing information on the client-side.

12 lines (11 loc) 250 B
module.exports = { options: { compress: true, mangle: true, sourceMap: true, sourceMapIn: "dist/showcar-storage.js.map" }, files: { "dist/showcar-storage.min.js": "dist/showcar-storage.js" } };