UNPKG

snowpack-plugin-raw-file-loader

Version:

This tiny Snowpack plugin will stringify wanted files so they can be loaded as modules.

34 lines (33 loc) 874 B
{ "name": "snowpack-plugin-raw-file-loader", "version": "1.0.9", "description": "This tiny Snowpack plugin will stringify wanted files so they can be loaded as modules.", "main": "plugin.js", "license": "ISC", "scripts": { "test": "jest", "lint": "eslint plugin.js" }, "repository": { "type": "git", "url": "git+https://github.com/akejolin/snowpack-plugin-raw-file-loader.git" }, "keywords": [ "snowpack", "snowpack-plugin", "raw-loader", "file-loader", "es-modules", "stringify" ], "author": "akejolin@gmail.com", "bugs": { "url": "https://github.com/akejolin/snowpack-plugin-raw-file-loader/issues" }, "homepage": "https://github.com/akejolin/snowpack-plugin-raw-file-loader#readme", "devDependencies": { "eslint": "^7.14.0", "eslint-plugin-react": "^7.21.5", "jest": "^26.6.3" } }