mirror of
https://github.com/writeas/writefreely
synced 2025-01-21 18:55:41 +01:00
70dbfcfba4
This upgrades @babel/preset-env to 7.9.0 from 7.8.7. See: https://github.com/nodejs/node/issues/32852#issuecomment-613655150 |
||
---|---|---|
.. | ||
dist | ||
.babelrc.js | ||
package-lock.json | ||
package.json | ||
prose.html | ||
prose.js | ||
README.md | ||
webpack.config.js |
Building
- Run
npm install
to download dependencies. - Run
npm run build
to build a production script indist/
or runnpm run develop
to build and watch for changes. You can useprose.html
to test your development changes. - Manually copy the file
prose.bundle.js
tostatic/js/
. To be automated