Skip to content

Commit

Permalink
Merge pull request #3003 from fecgov/feature/2792-2821-2901-security-…
Browse files Browse the repository at this point in the history
…updates

2792, 2821, 2901 Security issues
  • Loading branch information
dorothyyeager committed Jul 3, 2019
2 parents 4ff7b66 + d524895 commit c146cee
Show file tree
Hide file tree
Showing 3 changed files with 2,448 additions and 5,570 deletions.
32 changes: 0 additions & 32 deletions fec/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,6 @@ const entries = {
init: './fec/static/js/init.js',
'data-init': './fec/static/js/data-init.js',
vendor: ['jquery', 'handlebars']
// fonts: [
// // TODO - move these to their final home
// './fec/static/fonts/fec_currencymono-bold.eot',
// './fec/static/fonts/fec_currencymono-bold.ttf',
// './fec/static/fonts/fec_currencymono-bold.woff',
// './fec/static/fonts/fec_currencymono-bold.woff2',
// './fec/static/fonts/fec_currencymono-bolditalic.eot',
// './fec/static/fonts/fec_currencymono-bolditalic.ttf',
// './fec/static/fonts/fec_currencymono-bolditalic.woff',
// './fec/static/fonts/fec_currencymono-bolditalic.woff2',
// './fec/static/fonts/fec_currencymono-italic.eot',
// './fec/static/fonts/fec_currencymono-italic.ttf',
// './fec/static/fonts/fec_currencymono-italic.woff',
// './fec/static/fonts/fec_currencymono-italic.woff2',
// './fec/static/fonts/fec_currencymono-regular.eot',
// './fec/static/fonts/fec_currencymono-regular.ttf',
// './fec/static/fonts/fec_currencymono-regular.woff',
// './fec/static/fonts/fec_currencymono-regular.woff2'
// ]
};

const datatablePages = [];
Expand Down Expand Up @@ -113,19 +94,6 @@ module.exports = [
presets: ['latest']
}
}
// {
// // TODO - move these to their final home
// test: /\.(woff(2)?|ttf|eot|svg)(\?v=\d+\.\d+\.\d+)?$/,
// use: [
// {
// loader: 'file-loader',
// options: {
// name: '[name].[ext]',
// outputPath: '../fonts'
// }
// }
// ]
// }
]
},
resolve: {
Expand Down

0 comments on commit c146cee

Please sign in to comment.