smui-example-rollup icon indicating copy to clipboard operation
smui-example-rollup copied to clipboard

An example project implementing Svelte Material UI (Advanced Styling) with Rollup.

Results 13 smui-example-rollup issues
Sort by recently updated
recently updated
newest added

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.44.3 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

After installing dependencies and running the watch script, I get this error ```js bundles index.js → dist\bundle.js... [!] (plugin postcss) Error: Can't find stylesheet to import. ╷ 29 │ @use...

I cloned the repository and then ran `yarn && yarn build`. I get an error with postcss. ``` chrisdawson@pop-os:~/tmp$ git clone https://github.com/hperrin/smui-example-rollup.git Cloning into 'smui-example-rollup'... remote: Enumerating objects: 47, done....

npm installl ```npm WARN [email protected] No repository field. npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/es-abstract/-/es-abstract-1.14.0.tgz npm ERR! 404 npm ERR! 404 '[email protected]' is not in...

After updating dev dependencies to latest versions: ``` "devDependencies": { "@material/typography": "^7.0.0", "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "@smui/button": "^1.0.0", "rollup": "^2.29.0", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-svelte": "^6.0.1", "sass": "^1.27.0", "serve": "^11.3.2", "svelte": "^3.29.0"...

package.json does not provide complete dependency. npm run build fails with: [!] (plugin postcss) Error: You need to install one of the following packages: "node-sass", "sass" in order to process...

I can't for the love of God ( after 12 tireless hours of trying ) integrate this into a Sapper app ( using rollup ). PLEASE provide example rollup config...

If the latest material/typography is used: > "@material/typography": "^5.1.0", ..svelte does not compile: ``` bundles src/main.js → public\bundle.js... [!] (plugin postcss) Error: Invalid CSS after "...eting-functions": expected expression (e.g. 1px,...