Skip to content

Instantly share code, notes, and snippets.

@bingomanatee
Created May 13, 2018 00:23
Show Gist options
  • Save bingomanatee/3313f21ea572d7cae41d28baec1f5945 to your computer and use it in GitHub Desktop.
Save bingomanatee/3313f21ea572d7cae41d28baec1f5945 to your computer and use it in GitHub Desktop.
a react neutrino-rc seed file with a few useful add-ins
module.exports = {
use: [
['@neutrinojs/react',
{
host: 'edelbucks.biz',
html: {
baseHref: '/',
headHtmlSnippet: `<style type="text/css">body, html {margin: 0; padding: 0; height: 100%; overflow-x: hidden; overflow-y: auto;}</style>`,
title: 'EdelBucks',
links: [
'https://fonts.googleapis.com/icon?family=Material+Icons'
, "https://fonts.googleapis.com/css?family=Roboto"
]
},
devServer: {
disableHostCheck: true
}
}
],
['@neutrinojs/jest', {verbose: false}]
]
};
@katliger-h
Copy link

Did you find any way to make headHtmlSnippet work in Neutrino 9? :)

@edelhart-datagrail
Copy link

I found parcel.js ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment