Skip to content

Instantly share code, notes, and snippets.

View luisphp's full-sized avatar
🎯
Focusing

Luis Hurtado luisphp

🎯
Focusing
  • Caracas - Venezuela
View GitHub Profile
'use strict';
var path = require('path');
var webpack = require('sgmf-scripts').webpack;
var ExtractTextPlugin = require('sgmf-scripts')['extract-text-webpack-plugin'];
var jsFiles = require('sgmf-scripts').createJsPath();
var scssFiles = require('sgmf-scripts').createScssPath();
var bootstrapPackages = {
Alert: 'exports-loader?Alert!bootstrap/js/src/alert',