UNPKG

snowpack-plugin-content-hash

Version:

A plugin for snowpack which will add a hash in the file name. The hash is based on the files content.

7 lines (5 loc) 208 B
import React from '../web_modules/react.js'; function App({}) { return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", "Hello world!")) } export default App;