OBJECT

EncoreEntry

Webpack Encore entry with inlined CSS and JS file contents

link GraphQL Schema definition

  • type EncoreEntry {
  • # Entry name (e.g. "theme/orion")
  • name: String!
  • # Concatenated content of all CSS files for this entry
  • cssContent: String!
  • # Concatenated content of all JS files for this entry
  • jsContent: String!
  • }

link Require by