SU-SWS/stanford_profile

View on GitHub
themes/stanford_basic/src/js/base.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @file
 * A Webpack entry file for the theme.
 */

// Include Decanter.
// Right now we import the components as the main decanter.js file always
// imports all of the SASS and we want to make changes to it before we render.
import 'decanter/core/src/js/components/components.js';

// Import this theme's components.
import './polyfills/index.js';
import './components/index.js';