Revert "Get ionicons imported"

This reverts commit 5404b81193.
This commit is contained in:
Dane Everitt 2018-09-13 21:53:12 -07:00
parent bba8797f7b
commit 3188782ce7
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 1 additions and 35 deletions

View file

@ -73,11 +73,7 @@ module.exports = {
hints: false,
},
// Passing an array loads them all but only exports the last.
entry: [
'./resources/assets/styles/main.css',
'./node_modules/ionicons/dist/css/ionicons.css',
'./resources/assets/scripts/app.js'
],
entry: ['./resources/assets/styles/main.css', './resources/assets/scripts/app.js'],
output: {
path: path.resolve(__dirname, 'public/assets'),
filename: 'bundle-[hash].js',
@ -90,10 +86,6 @@ module.exports = {
test: /\.vue$/,
loader: 'vue-loader',
},
{
test: /\.(eot|woff|woff2|svg|ttf)([?]?.*)$/,
loader: 'file-loader',
},
{
test: /\.js$/,
include: [
@ -105,7 +97,6 @@ module.exports = {
test: /\.css$/,
include: [
path.resolve(__dirname, 'resources'),
path.resolve(__dirname, 'node_modules/ionicons/dist/css/ionicons.css'),
],
use: ExtractTextPlugin.extract({
fallback: 'style-loader',