This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var n, t, i, r, f, e, o, u, c, s, a, h = null, | |
l = void 0, | |
p = {}, | |
y = [], | |
v = Array.isArray, | |
w = y.slice, | |
d = Object.assign; | |
function _(n) { | |
n && n.parentNode && n.remove() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default (config, env, helpers) => { | |
const { loader: cssLoader } = helpers.getLoadersByName(config, 'css-loader')[0]; | |
cssLoader.options.modules = false; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import './style'; | |
import App from './components/app'; | |
let wrapper; | |
if (process.env.SSR) { | |
wrapper = (App) => { | |
const { ServerStyleSheet, StyleSheetManager } = require('styled-components'); | |
const sheet = new ServerStyleSheet(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | |
<title>RollUp Visualizer</title> | |
<style> | |
:root { | |
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, |