Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Provide munin-plot source code as downloadArthur de Jong2021-12-301-0/+23
| | | | | This generates a zip file with the source code of munin-plot as a resource that can be downloaded.
* Upgrade to Bootstrap 5Arthur de Jong2021-09-031-0/+1
| | | | | | This updates the events that are handled in Javascript to no longer use jQuery and stops the use of Bootstrap tooltips. Bootstrap introduces slightly different font sizes and we include some changes to padding.
* Update to Plotly.js 2.4Arthur de Jong2021-09-031-1/+2
| | | | This includes some changes to import D3 ourselves.
* Mark images as assets in webpackArthur de Jong2021-09-031-16/+4
| | | | | This ensures that they are handled correctly, also by newer versions of loaders.
* Update some NPM packagesArthur de Jong2021-07-091-1/+6
| | | | | | | | This includes an update to html-loader that requires a small configurmation change. This does not include new major versions of Bootstrap 5 and Plotly.js 2 that are also available.
* Update some NPM packagesArthur de Jong2020-12-201-1/+2
| | | | | | | | | Includes a fix for CVE-2020-7788 in ini npm package. This upgrades to newer eslint and webpack and includes a few fixes for that. Closes https://github.com/arthurdejong/munin-plot/pull/6
* Simplify way assets are addedArthur de Jong2020-01-201-10/+1
| | | | | This adds all entry points to the munin-plot.js file as requirements. This also allows us to ship a simple CSS file instead of a SCSS file.
* Ship static directory in source and wheelArthur de Jong2020-01-051-1/+1
| | | | | | | This allows installing this package without NPM installed. This also moves the static directory within the muninplot package so they can also be picked up from installed versions of muninplot.
* Switch from Open Iconic to Font AwesomeArthur de Jong2019-12-311-1/+2
| | | | | The latter has more icons and the former no longer seems to be supported.
* Add navigation bar with date range selectorArthur de Jong2019-12-301-69/+72
| | | | | This also adds a few small style tweaks and ensures that webpack does not minimise development builds.
* Add faviconArthur de Jong2019-12-301-2/+19
|
* Use webpack to build Javascript partArthur de Jong2019-12-301-0/+64
This uses npm to install the required packages and builds the files with webpack.