Re-implemented autosuggestions component for the compose form
Fix #205, fix #156, fix #124
This commit is contained in:
		
							
								
								
									
										13
									
								
								storybook/webpack.config.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								storybook/webpack.config.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
const path = require('path');
 | 
			
		||||
 | 
			
		||||
module.exports = {
 | 
			
		||||
  module: {
 | 
			
		||||
    loaders: [
 | 
			
		||||
      {
 | 
			
		||||
        test: /.scss$/,
 | 
			
		||||
        loaders: ["style", "css", "sass"],
 | 
			
		||||
        include: path.resolve(__dirname, '../')
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user